8000 [#12802] Updated XML and PHP examples · symfony/symfony-docs@8a0c09e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a0c09e

Browse files
committed
[#12802] Updated XML and PHP examples
1 parent fdf887f commit 8a0c09e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

security/form_login_setup.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ a traditional HTML form that submits to ``/login``:
341341
<guard>
342342
<authenticator class="App\Security\LoginFormAuthenticator"/>
343343
</guard>
344+
<logout path="app_logout" />
344345
</firewall>
345346
</config>
346347
</srv:container>
@@ -360,6 +361,9 @@ a traditional HTML form that submits to ``/login``:
360361
LoginFormAuthenticator::class,
361362
]
362363
],
364+
'logout' => [
365+
'path' => 'app_logout',
366+
],
363367
],
364368
],
365369
]);

0 commit comments

Comments
 (0)
0