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 fdf887f commit 8a0c09eCopy full SHA for 8a0c09e
security/form_login_setup.rst
@@ -341,6 +341,7 @@ a traditional HTML form that submits to ``/login``:
341
<guard>
342
<authenticator class="App\Security\LoginFormAuthenticator"/>
343
</guard>
344
+ <logout path="app_logout" />
345
</firewall>
346
</config>
347
</srv:container>
@@ -360,6 +361,9 @@ a traditional HTML form that submits to ``/login``:
360
361
LoginFormAuthenticator::class,
362
]
363
],
364
+ 'logout' => [
365
+ 'path' => 'app_logout',
366
+ ],
367
368
369
]);
0 commit comments