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.
1 parent bbfd722 commit 7fcff0cCopy full SHA for 7fcff0c
reference/configuration/security.rst
@@ -508,7 +508,9 @@ the current firewall and not the other ones.
508
509
**type**: ``string`` **default**: ``/logout``
510
511
-The path or route name (cannot start with a `/`) 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
512
+``/`` character, it's treated as a path; otherwise, it's treated as a route
513
+name. If you use a path, make sure to also define a route that matches it.
514
515
target
516
......
0 commit comments