diff --git a/security/login_link.rst b/security/login_link.rst index 137fe734330..40679e50071 100644 --- a/security/login_link.rst +++ b/security/login_link.rst @@ -61,7 +61,9 @@ under the firewall. You must configure a ``check_route`` and - + + id + @@ -75,6 +77,7 @@ under the firewall. You must configure a ``check_route`` and $security->firewall('main') ->loginLink() ->checkRoute('login_check') + ->signatureProperties(['id']) ; };