File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ this is not yet the case.
28
28
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29
29
30
30
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) :
33
33
34
34
.. configuration-block ::
35
35
@@ -82,7 +82,7 @@ contain at least one property of your ``User`` object that uniquely
82
82
identifies this user (e.g. the user ID). Read more about this setting
83
83
:ref: `further down below <security-login-link-signature >`.
84
84
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
86
86
generate the login link that will authenticate the user. You don't need a
87
87
controller (or it can be empty) because the login link authenticator will
88
88
intercept requests to this route:
You can’t perform that action at this time.
0 commit comments