File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -279,11 +279,6 @@ Persistent tokens
279
279
You can then configure this custom handler by configuring the service
280
280
ID in the ``service `` option under ``remember_me ``.
281
281
282
- .. versionadded :: 5.1
283
-
284
- The ``service `` option was introduced in Symfony 5.1.
285
-
286
-
287
282
.. _security-remember-me-signature :
288
283
289
284
Using Signed Remember Me Tokens
@@ -580,10 +575,6 @@ users to change their password. You can do this by leveraging a few special
580
575
There is also a ``IS_REMEMBERED `` attribute that grants access *only *
581
576
when the user is authenticated via the remember me mechanism.
582
577
583
- .. versionadded :: 5.1
584
-
585
- The ``IS_REMEMBERED `` attribute was introduced in Symfony 5.1.
586
-
587
578
Customizing the Remember Me Cookie
588
579
----------------------------------
589
580
@@ -622,5 +613,3 @@ cookie created by the system:
622
613
``samesite `` (default value: ``null ``)
623
614
If set to ``strict ``, the cookie associated with this feature will not
624
615
be sent along with cross-site requests, even when following a regular link.
625
-
626
- .. _`5.2 version of this documentation` : https://symfony.com/doc/5.2/security/remember_me.html
You can’t perform that action at this time.
0 commit comments