аутентификация к веб админке
This commit is contained in:
parent
595c9419f4
commit
e6967db17d
6 changed files with 282 additions and 2 deletions
13
LichessWebView/auth_config.example.json
Normal file
13
LichessWebView/auth_config.example.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"users": [
|
||||
{
|
||||
"username": "admin",
|
||||
"password": "change_me_123"
|
||||
},
|
||||
{
|
||||
"username": "user2",
|
||||
"password": "another_password"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue