Commit c014ad1
committed
minor #16796 [Security] Creating a route for logout is always required even if the default value is used (l-vo)
This PR was merged into the 5.4 branch.
Discussion
----------
[Security] Creating a route for logout is always required even if the default value is used
According to https://symfony.com/doc/current/security.html#logging-out and the fact that there is no default logout route defined in Symfony (at least I didn't find one).
Commits
-------
cb96633 Creating a route for logout is always required1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
386 | | - | |
| 385 | + | |
387 | 386 | | |
388 | 387 | | |
389 | 388 | | |
| |||
0 commit comments