From 5c488c8e0a5b0439618ea5264603ac1455c3b68e Mon Sep 17 00:00:00 2001 From: Vincent Huck Date: Thu, 24 Mar 2022 07:27:58 +0100 Subject: [PATCH] Add missing signature_properties config --- security/login_link.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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']) ; };