8000 Document logout success_handler configuration · symfony/symfony-docs@b93452a · GitHub
[go: up one dir, main page]

Skip to content

Commit b93452a

Browse files
simshaunjaviereguiluz
authored andcommitted
Document logout success_handler configuration
1 parent cd64c7
8000
1 commit b93452a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

reference/configuration/security.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@ The ``invalidate_session`` option allows to redefine this behavior. Set this
166166
option to ``false`` in every firewall and the user will only be logged out from
167167
the current firewall and not the other ones.
168168

169+
success_handler
170+
~~~~~~~~~~~~~~~
171+
172+
**type**: ``string`` **default**: ``'security.logout.success_handler'``
173+
174+
The service ID used for handling a successful logout. The service must implement
175+
:class:`Symfony\\Component\\Security\\Http\\Logout\\LogoutSuccessHandlerInterface`.
176+
169177
.. _reference-security-ldap:
170178

171179
LDAP functionality

0 commit comments

Comments
 (0)
0