аутентификация к веб админке

This commit is contained in:
vrubelroman 2025-11-23 02:36:15 +03:00
parent 595c9419f4
commit e6967db17d
6 changed files with 282 additions and 2 deletions

View file

@ -0,0 +1,13 @@
{
"users": [
{
"username": "admin",
"password": "change_me_123"
},
{
"username": "user2",
"password": "another_password"
}
]
}