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
Recently I found that flask-oidc was forked and back to a maintainable state, but I found that direct upgrade of flask-oidc from pypi brake some backward compatibility when decorator @oidc.accept_token is used.
In the my code I have the following:
@oidc.accept_token(require_token=True)
everywhere where authorization is required, that doesn't work in 2.x version
The text was updated successfully, but these errors were encountered:
Recently I found that flask-oidc was forked and back to a maintainable state, but I found that direct upgrade of flask-oidc from pypi brake some backward compatibility when decorator
@oidc.accept_token
is used.In the my code I have the following:
everywhere where authorization is required, that doesn't work in 2.x version
The text was updated successfully, but these errors were encountered: