Skip to content

Commit 39d4c2c

Browse files
committed
Tweak
1 parent e313ae1 commit 39d4c2c

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
@@ -28,8 +28,8 @@ this is not yet the case.
2828
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2929

3030
The login link authenticator is configured using the ``login_link`` option
31-
under the firewall. You must configure a ``check_route`` with a route name
32-
and ``signature_properties`` when enabling this authenticator:
31+
under the firewall and requires defining two options called ``check_route``
32+
and ``signature_properties`` (explained below):
3333

3434
.. configuration-block::
3535

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

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

0 commit comments

Comments
 (0)