We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa1c21 commit c382b39Copy full SHA for c382b39
security/login_link.rst
@@ -468,7 +468,10 @@ The properties are fetched from the user object using the
468
invalidating logic to your login links. For instance, if you store a
469
``$lastLinkRequestedAt`` property on your users that you update in the
470
``requestLoginLink()`` controller, you can invalidate all login links
471
- whenever a user requests a new link.
+ whenever a user requests a new link. If you use DateTimeInterface
472
+ objects, make sure to add ``lastLinkRequestedAt.timestamp`` to the
473
+ signature properties, so it does not fail on different instances of
474
+ the object.
475
476
Configure a Maximum Use of a Link
477
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments