We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
path
1 parent b9b09fa commit 9d6271aCopy full SHA for 9d6271a
reference/configuration/security.rst
@@ -528,6 +528,14 @@ The user is considered to have changed when the user class implements
528
required by the :class:`Symfony\\Component\\Security\\Core\\User\\UserInterface`
529
(like the username, password or salt) changes.
530
531
+``path``
532
+~~~~~~~~
533
+
534
+**type**: ``string`` **default**: ``/logout``
535
536
+The path which triggers logout. If you change it from the default value ``/logout``,
537
+you need to set up a route with a matching path.
538
539
``success_handler``
540
~~~~~~~~~~~~~~~~~~~
541
0 commit comments