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
From the discussion in #18115 : we should add the Double Submit Cookies CSRF prevention strategy as described by https://www.owasp.org/index.php/CSRF_Prevention_Cheat_Sheet#Double_Submit_Cookies
If doable, this should be the default CSRF prevention strategy used in symfony SE
The text was updated successfully, but these errors were encountered:
here is a sample implementation for the TokenStorageInterface: https://gist.github.com/backbone87/a03b426797385a04666d
TokenStorageInterface
but this really needs #18115 resolved beforehand, else you would spam the client with cookies
Sorry, something went wrong.
duplicates #13464
Closing as a duplicate of #13464.
No branches or pull requests
From the discussion in #18115 :
we should add the Double Submit Cookies CSRF prevention strategy as described by
https://www.owasp.org/index.php/CSRF_Prevention_Cheat_Sheet#Double_Submit_Cookies
If doable, this should be the default CSRF prevention strategy used in symfony SE
The text was updated successfully, but these errors were encountered: