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
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
289284Using 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-
587578Customizing 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
You can’t perform that action at this time.
0 commit comments