Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8dd08af

Browse filesBrowse files
committed
symfony#27121 updated CHANGELOG.md and UPGRADE-4.2.md
1 parent 0118f5e commit 8dd08af
Copy full SHA for 8dd08af

File tree

2 files changed

+4
-0
lines changed
Filter options

2 files changed

+4
-0
lines changed

‎UPGRADE-4.2.md

Copy file name to clipboardExpand all lines: UPGRADE-4.2.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Security
100100
use custom tokens, extend the existing `Symfony\Component\Security\Core\Authentication\Token\AnonymousToken`
101101
or `Symfony\Component\Security\Core\Authentication\Token\RememberMeToken`.
102102
* Accessing the user object that is not an instance of `UserInterface` from `Security::getUser()` is deprecated.
103+
* `AccessListener` now accepts `TokenStorageInterface`, `AccessMapInterface` and `AuthorizationCheckerInterface`
103104

104105
SecurityBundle
105106
--------------

‎src/Symfony/Bundle/SecurityBundle/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ CHANGELOG
1111
or `Symfony\Component\Security\Core\Authentication\Token\RememberMeToken`.
1212
* Added `Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass`
1313
* Added `json_login_ldap` authentication provider to use LDAP authentication with a REST API.
14+
* `AccessListener` reuses logic of `AuthorizationCheckerInterface`.
15+
`AccessListener::__construct` now accepts `TokenStorageInterface`, `AccessMapInterface` and `AuthorizationCheckerInterface`,
16+
if old signature is used `E_USER_DEPRECATED` will be triggered
1417

1518
4.1.0
1619
-----

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.