File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ CHANGELOG
11
11
12
12
* deprecated the ` key ` setting of ` anonymous ` , ` remember_me ` and ` http_digest `
13
13
in favor of the ` secret ` setting.
14
+ * deprecated the ` intention ` firewall listener setting in favor of the ` csrf_token_id ` .
14
15
15
16
2.6.0
16
17
-----
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ CHANGELOG
23
23
` Symfony\Component\Security\Core\Authorization\Voter\VoterInterface ` .
24
24
* deprecated ` getSupportedAttributes() ` and ` getSupportedClasses() ` methods of
25
25
` Symfony\Component\Security\Core\Authorization\Voter\AbstractVoter ` , use ` supports() ` instead.
26
+ * deprecated the ` intention ` option for all the authentication listeners,
27
+ use the ` csrf_token_id ` option instead.
26
28
27
29
2.7.0
28
30
-----
You can’t perform that action at this time.
0 commit comments