Skip to content

Commit 3d85297

Browse files
committed
minor #18426 [Security] Remove the security.remember_me_aware tag (javiereguiluz)
This PR was merged into the 6.2 branch. Discussion ---------- [Security] Remove the `security.remember_me_aware` tag Fixes #18242. Commits ------- b6042e3 [Security] Remove the security.remember_me_aware tag
2 parents eec7f40 + b6042e3 commit 3d85297

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

reference/dic_tags.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -953,22 +953,6 @@ This tag is used to automatically register :ref:`expression function providers
953953
component. Using these providers, you can add custom functions to the security
954954
expression language.
955955

956-
security.remember_me_aware
957-
--------------------------
958-
959-
**Purpose**: To allow remember me authentication
960-
961-
This tag is used internally to allow remember-me authentication to work.
962-
If you have a custom authentication method where a user can be remember-me
963-
authenticated, then you may need to use this tag.
964-
965-
If your custom authentication factory extends
966-
:class:`Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\AbstractFactory`
967-
and your custom authentication listener extends
968-
:class:`Symfony\\Component\\Security\\Http\\Firewall\\AbstractAuthenticationListener`,
969-
then your custom authentication listener will automatically have this tag
970-
applied and it will function automatically.
971-
972956
security.voter
973957
--------------
974958

0 commit comments

Comments
 (0)