File tree 2 files changed +4
-0
lines changed
Filter options
src/Symfony/Bundle/SecurityBundle 2 files changed +4
-0
lines changed
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ Security
100
100
use custom tokens, extend the existing ` Symfony\Component\Security\Core\Authentication\Token\AnonymousToken `
101
101
or ` Symfony\Component\Security\Core\Authentication\Token\RememberMeToken ` .
102
102
* Accessing the user object that is not an instance of ` UserInterface ` from ` Security::getUser() ` is deprecated.
103
+ * ` AccessListener ` now accepts ` TokenStorageInterface ` , ` AccessMapInterface ` and ` AuthorizationCheckerInterface `
103
104
104
105
SecurityBundle
105
106
--------------
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ CHANGELOG
11
11
or ` Symfony\Component\Security\Core\Authentication\Token\RememberMeToken ` .
12
12
* Added ` Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass `
13
13
* 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
14
17
15
18
4.1.0
16
19
-----
You can’t perform that action at this time.
0 commit comments