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
I'll add exception handling there to let the user know that it's a bad access token format. I have an open PR which does few changes to these methods, I'll add this fix there.
I stumbled upon a crash to an endpoint protected by
token_auth
, with a curl request for which I forgot to provide a token.The faulty line is this one:
Flask-pyoidc/src/flask_pyoidc/flask_pyoidc.py
Line 362 in 26b1235
This is reproducible in a repr:
The text was updated successfully, but these errors were encountered: