-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
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
Handle state params in oauthGoogleEventHandler #178
Comments
I did a fork that should works, but I didn't test yet: |
I confirm that my fork works as intended. To integrate it into my code: Is there a better way to extend handlers in our code? |
Why not opening a PR to add this feature? |
It seems that the oauthGoogleEventHandler doesn't support passing a state parameter during the OAuth flow ?
Here more information from the docs:
https://developers.google.com/identity/protocols/oauth2/web-server#request-parameter-state
The text was updated successfully, but these errors were encountered: