Username/Password Authentication for UI

This commit is contained in:
Elia Zammuto
2021-05-28 22:49:27 +02:00
parent 57f444357d
commit 0ea6363172
6 changed files with 109 additions and 4 deletions

View File

@@ -191,7 +191,11 @@ input_t input {
sunshine_t sunshine {
2, // min_log_level
0 // flags
0, // flags
"user_credentials.json"s,//User file
""s,//Username
""s,//Password
""s//Password Salt
};
bool whitespace(char ch) {