jsenzier-oxeva
Results
1
comments of
jsenzier-oxeva
I found this syntax which seems to work : ``` couchdbConfig: chttpd: authentication_handlers: "{chttpd_auth, jwt_authentication_handler}, {chttpd_auth, cookie_authentication_handler}, {chttpd_auth, default_authentication_handler}" jwt_keys: 'rsa:foo': > "-----BEGIN PUBLIC KEY-----\nMIIBIjAN...IDAQAB\n-----END PUBLIC KEY-----\n" ```