Skip to content

Commit 6e6ac49

Browse files
committed
Merge branch '2.8'
* 2.8: [Security][SecurityBundle] Use csrf_token_id instead of deprecated intention
2 parents f2ee561 + 5486c68 commit 6e6ac49

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Symfony/Bundle/SecurityBundle/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CHANGELOG
1111

1212
* deprecated the `key` setting of `anonymous`, `remember_me` and `http_digest`
1313
in favor of the `secret` setting.
14+
* deprecated the `intention` firewall listener setting in favor of the `csrf_token_id`.
1415

1516
2.6.0
1617
-----

src/Symfony/Component/Security/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ CHANGELOG
2323
`Symfony\Component\Security\Core\Authorization\Voter\VoterInterface`.
2424
* deprecated `getSupportedAttributes()` and `getSupportedClasses()` methods of
2525
`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.
2628

2729
2.7.0
2830
-----

0 commit comments

Comments
 (0)