File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ this is not yet the case.
21
21
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
22
23
23
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) :
26
26
27
27
.. configuration-block ::
28
28
@@ -75,7 +75,7 @@ contain at least one property of your ``User`` object that uniquely
75
75
identifies this user (e.g. the user ID). Read more about this setting
76
76
:ref: `further down below <security-login-link-signature >`.
77
77
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
79
79
generate the login link that will authenticate the user. You don't need a
80
80
controller (or it can be empty) because the login link authenticator will
81
81
intercept requests to this route:
You can’t perform that action at this time.
0 commit comments