You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #8003 adding note that CSRF protection has to be enabled in config (JensPliester, javiereguiluz)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes#8003).
Discussion
----------
adding note that CSRF protection has to be enabled in config
This issue should be mentioned in the guide.
If CSRF Protection is disabled, Symfony won't find the CSRF-Token manager, implicating a missing package.
But all was needed was setting csrf_protection to true in config.yml.
Commits
-------
17fdd2e Reworded the help note
b948747 adding note that CSRF protection has to be enabled in config
0 commit comments