Skip to content

Commit 88dfbbb

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: explicit check route option for loginlink usage
2 parents ee5e28f + 26a1c9b commit 88dfbbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security/login_link.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ this is not yet the case.
2121
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2222

2323
The login link authenticator is configured using the ``login_link`` option
24-
under the firewall. You must configure a ``check_route`` and
25-
``signature_properties`` when enabling this authenticator:
24+
under the firewall and requires defining two options called ``check_route``
25+
and ``signature_properties`` (explained below):
2626

2727
.. configuration-block::
2828

@@ -75,7 +75,7 @@ contain at least one property of your ``User`` object that uniquely
7575
identifies this user (e.g. the user ID). Read more about this setting
7676
:ref:`further down below <security-login-link-signature>`.
7777

78-
The ``check_route`` must be an existing route and it will be used to
78+
The ``check_route`` must be the name of an existing route and it will be used to
7979
generate the login link that will authenticate the user. You don't need a
8080
controller (or it can be empty) because the login link authenticator will
8181
intercept requests to this route:

0 commit comments

Comments
 (0)