add support jwt, proxy auth
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
require_valid_user = false
|
||||
admin_only_all_dbs = true
|
||||
server_header_versions = false
|
||||
authentication_handlers = {chttpd_auth, cookie_authentication_handler}, {chttpd_auth, proxy_authentication_handler}, {chttpd_auth, jwt_authentication_handler}, {chttpd_auth, default_authentication_handler}
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
timeout = 315362081
|
||||
users_db_public = false
|
||||
; public_fields = publicInfo
|
||||
secret = rocqazhodsa8puvheHWrc48xwsCgn3ecY
|
||||
@@ -35,7 +35,7 @@ const dbsSecurity = {
|
||||
},
|
||||
tg_bot_updates: {
|
||||
admins: { roles: ["_admin"] },
|
||||
members: { roles: ["_admin"] },
|
||||
members: { roles: ["_admin", "telegram"] },
|
||||
},
|
||||
tg_bot_sessions: {
|
||||
admins: { roles: ["_admin"] },
|
||||
|
||||
Reference in New Issue
Block a user