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 2f97612 + 033a487 commit 18900f0Copy full SHA for 18900f0
reference/configuration/security.rst
@@ -501,7 +501,9 @@ the current firewall and not the other ones.
501
502
**type**: ``string`` **default**: ``/logout``
503
504
-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
505
+``/`` character, it's treated as a path; otherwise, it's treated as a route
506
+name. If you use a path, make sure to also define a route that matches it.
507
508
target
509
......
0 commit comments