mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
token auth
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user