We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57d770 commit 5c488c8Copy full SHA for 5c488c8
security/login_link.rst
@@ -61,7 +61,9 @@ under the firewall. You must configure a ``check_route`` and
61
62
<config>
63
<firewall name="main">
64
- <login-link check-route="login_check"/>
+ <login-link check-route="login_check">
65
+ <signature-property>id</signature-property>
66
+ </login-link>
67
</firewall>
68
</config>
69
</srv:container>
@@ -75,6 +77,7 @@ under the firewall. You must configure a ``check_route`` and
75
77
$security->firewall('main')
76
78
->loginLink()
79
->checkRoute('login_check')
80
+ ->signatureProperties(['id'])
81
;
82
};
83
0 commit comments