added options to enable/disable auth module

This commit is contained in:
2025-03-17 18:44:39 +03:00
parent 878f9b58f1
commit d93e4d163f
3 changed files with 68 additions and 74 deletions

View File

@@ -20,6 +20,7 @@
- redesign work with db (open connection only when action performed) (2024-03-03);
- some code refactoring;
- replacing NumberImput to TextInput due to correct implement validation;
- added options to enable/disable auth module (disabled on default) (2025-03-17);