Skip to content
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

[auth] Add OAuth2 state param for csrf protection #18

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ritou
Copy link
Contributor

@ritou ritou commented Apr 26, 2018

As you all know, in the Authorization Request of OAuth 2.0, it is recommended to use the state parameter as CSRF countermeasure.
https://developers.google.com/identity/protocols/OAuth2WebServer

However, Identity beginners may use your sample code as it is without being conscious of this.
Use the state parameter to avoid including the most major vulnerability in OAuth 2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants