Skip to content

Commit e313ae1

Browse files
committed
minor #19177 [Security] Explicit check route option for loginlink usage (MrYamous)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] Explicit check route option for loginlink usage After struggling with this option for a while when i tried to use route path as value for `check_route` option i suggest to explicitly say in documentation a route name is expected with this option Commits ------- 701d402 explicit check route option for loginlink usage
2 parents fe56c21 + 701d402 commit e313ae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/login_link.rst

Lines changed: 2 additions & 2 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`` and
32-
``signature_properties`` when enabling this authenticator:
31+
under the firewall. You must configure a ``check_route`` with a route name
32+
and ``signature_properties`` when enabling this authenticator:
3333

3434
.. configuration-block::
3535

0 commit comments

Comments
 (0)