add support jwt, proxy auth
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
[chttpd]
|
||||
require_valid_user = false
|
||||
admin_only_all_dbs = true
|
||||
server_header_versions = false
|
||||
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}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[chttpd_auth]
|
||||
timeout = 315362081
|
||||
users_db_public = false
|
||||
; public_fields = publicInfo
|
||||
; public_fields = publicInfo
|
||||
secret = rocqazhodsa8puvheHWrc48xwsCgn3ecY
|
||||
Reference in New Issue
Block a user