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
If NodeBB supports a CSRF token, we can grab it or generate a new one and pass it along in the state parameter.
The text was updated successfully, but these errors were encountered:
@robotdan Yes, we do send one in:
https://github.com/NodeBB/NodeBB/blob/fb363957d1ff8ac63c0a50aaeeb2dd86975876bc/src/routes/authentication.js#L96-L99
We pass in a csrf token in state and verify that the value is returned in the state param in the query string at the callback URL handler.
state
Sorry, something went wrong.
Thanks @julianlam !
Just a tad late on the reply 🙂
No branches or pull requests
If NodeBB supports a CSRF token, we can grab it or generate a new one and pass it along in the state parameter.
The text was updated successfully, but these errors were encountered: