We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentry: https://sentry.io/share/issue/42f60d61db41429890cb50ff35103686/
Seems to be related to this issue on authlib, unresolved as of 1.0.rc2? Currently have 0.15.3 installed in production.
Occurs on the callback route when the token is retrieved from Google's OpenID service.
callback
The text was updated successfully, but these errors were encountered:
if state != request_state:
What is the value of state and request_state?
state
request_state
Sorry, something went wrong.
Updated to Authlib 1.1.0 and made sure to not clear the session token until logout.
No branches or pull requests
Sentry: https://sentry.io/share/issue/42f60d61db41429890cb50ff35103686/
Seems to be related to this issue on authlib, unresolved as of 1.0.rc2? Currently have 0.15.3 installed in production.
Occurs on the
callback
route when the token is retrieved from Google's OpenID service.The text was updated successfully, but these errors were encountered: