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}
|
||||
|
||||
Reference in New Issue
Block a user