token auth

This commit is contained in:
Aria Moradi
2022-04-16 18:26:44 +04:30
parent a26b8ecca0
commit 53c3ac5676
3 changed files with 18 additions and 5 deletions

View File

@@ -14,7 +14,8 @@ server.webUIInterface = "browser" # "browser" or "electron"
server.electronPath = ""
# Authentication
server.basicAuthEnabled = false
server.authType = "none" # "none" or "basicAuth" or "token"
server.basicAuthEnabled = false # This is deprecated, use server.authType
server.basicAuthUsername = ""
server.basicAuthPassword = ""