8000 Removed the switch_user.stateless option · symfony/symfony-docs@1b55e0f · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b55e0f

Browse files
committed
Removed the switch_user.stateless option
1 parent 767290f commit 1b55e0f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

reference/configuration/security.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ Each part will be explained in the next section.
283283
provider: ~
284284
parameter: _switch_user
285285
role: ROLE_ALLOWED_TO_SWITCH
286-
stateless: false
287286
288287
access_control:
289288
requires_channel: ~

security/impersonating_user.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ firewall listener:
6666
),
6767
));
6868
69-
.. tip::
70-
71-
For using the ``switch_user`` listener in a ``stateless`` firewall, set the
72-
``switch_user.stateless`` option to ``true``.
73-
7469
To switch to another user, just add a query string with the ``_switch_user``
7570
parameter and the username as the value to the current URL:
7671

0 commit comments

Comments
 (0)
0