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
introspection: Adds missing http header to response writer (#247)
The introspection response writer was missing `application/json`
in header `Content-Type`. This patch fixes that.
Closes #209
Adds ability to catch non-conform OIDC authorizations
Fosite is now capable of detecting authorization flows that
are not conformant with the OpenID Connect spec.