Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[LoginLink] Document enum support in signature_properties
  • Loading branch information
lacatoire committed Jan 27, 2026
commit f473e059239da16045d0a187065c5f907d559d2c
5 changes: 5 additions & 0 deletions security/login_link.rst
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,11 @@ The properties are fetched from the user object using the
``requestLoginLink()`` controller, you can invalidate all login links
whenever a user requests a new link.

.. versionadded:: 8.1

Signature properties can be enum values (both ``UnitEnum`` and backed enums).
Changing the enum case automatically invalidates existing login links.

Configure a Maximum Use of a Link
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
Loading