Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions security/guard_authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,11 @@ service to be passed) and add the following logic::

// ...
}

.. tip::

  Don't forget to enable `csrf_protection` in the `config/framework.yml` file that
CsrfTokenManagerInterface can get autowired.

Frequently Asked Questions
--------------------------
Expand Down