Files
ti fe9b46ea24
Deploy service couchdb / service couchdb (push) Successful in 30s
Deploy db-migrations / db-migrations (push) Successful in 1m44s
add support jwt, proxy auth
2024-12-19 17:14:05 +02:00

6 lines
299 B
INI

[chttpd]
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}