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
{{ message }}
This repository was archived by the owner on Jun 12, 2021. It is now read-only.
I think there is a bug regarding the token introspection endpoint responses in the case of inactive/invalid tokens.
The TokenIntrospectionResponse class is only used when the token is valid (active = True) when it should be used in all cases. The return value should always be {"response_args": _resp}.
I think there is a bug regarding the token introspection endpoint responses in the case of inactive/invalid tokens.
The TokenIntrospectionResponse class is only used when the token is valid (active = True) when it should be used in all cases. The return value should always be
{"response_args": _resp}.