Start work on security manager

This commit is contained in:
Rick Watson
2019-04-30 00:30:43 +01:00
parent e8de21aaf4
commit 416e736ea9
3 changed files with 140 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"jwt_secret":"esp8266-react",
"users": [
{
"username": "admin",
"password": "admin",
"role": "admin"
},
{
"username": "guest",
"password": "guest",
"role": "guest"
}
]
}