Skip to content

Commit

Permalink
Update security.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Feijten <[email protected]>
  • Loading branch information
MatTheCat and tobias-93 committed Dec 12, 2023
1 parent 715899b commit 209f22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,7 @@ To enable logging out, activate the ``logout`` config parameter under your fire
Symfony will then un-authenticate users navigating to the configured ``path``,
and redirect them to the configured ``target``. You can generate URLs to this
path using the ``_security_<firewallname>`` route name (e.g. ``_security_main``).
path using the ``_logout_<firewallname>`` route name (e.g. ``_logout_main``).

If your project does not use :ref:`Symfony Flex <symfony-flex>`, make sure
you have imported the logout route loader in your routes:
Expand Down

0 comments on commit 209f22b

Please sign in to comment.