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.
2 parents 3b00093 + 7fcff0c commit 7c9046dCopy full SHA for 7c9046d
reference/configuration/security.rst
@@ -551,7 +551,9 @@ the current firewall and not the other ones.
551
552
**type**: ``string`` **default**: ``/logout``
553
554
-The path which triggers logout. You need to set up a route with a matching path.
+The path or route name that triggers the logout. If the value starts with a
555
+``/`` character, it's treated as a path; otherwise, it's treated as a route
556
+name. If you use a path, make sure to also define a route that matches it.
557
558
target
559
......
0 commit comments