You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage of trusted_proxies is mandatory for Decision API to accept X-Forwarded-* headers (#111) (438932b)
Bug Fixes
accesslog handler updated to include information about authenticated subject if present (#162) (3e286db)
Basic Auth authenticator added to the schema and can now be configured (#133) (1336777)
basic_auth authenticator is not responsible for the request any more if the Authorization header does not contain Basic Auth schema (#107) (96136ef)
Bearer token based authenticators do not feel responsible for the request anymore if no "Bearer" scheme is present in the "Authorization" header (db5b773)