Skip to content

Commit 83e0b19

Browse files
committed
Cleanup left over 5.x mentions
1 parent a1101c4 commit 83e0b19

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

security/remember_me.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,6 @@ Persistent tokens
279279
You can then configure this custom handler by configuring the service
280280
ID in the ``service`` option under ``remember_me``.
281281

282-
.. versionadded:: 5.1
283-
284-
The ``service`` option was introduced in Symfony 5.1.
285-
286-
287282
.. _security-remember-me-signature:
288283

289284
Using Signed Remember Me Tokens
@@ -580,10 +575,6 @@ users to change their password. You can do this by leveraging a few special
580575
There is also a ``IS_REMEMBERED`` attribute that grants access *only*
581576
when the user is authenticated via the remember me mechanism.
582577

583-
.. versionadded:: 5.1
584-
585-
The ``IS_REMEMBERED`` attribute was introduced in Symfony 5.1.
586-
587578
Customizing the Remember Me Cookie
588579
----------------------------------
589580

@@ -622,5 +613,3 @@ cookie created by the system:
622613
``samesite`` (default value: ``null``)
623614
If set to ``strict``, the cookie associated with this feature will not
624615
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

0 commit comments

Comments
 (0)