24 lines
1.3 KiB
Markdown
24 lines
1.3 KiB
Markdown
|
CHANGELOG
|
||
|
=========
|
||
|
|
||
|
5.4
|
||
|
---
|
||
|
|
||
|
* Deprecate the `$authenticationEntryPoint` argument of `ChannelListener`, and add `$httpPort` and `$httpsPort` arguments
|
||
|
* Deprecate `RetryAuthenticationEntryPoint`, this code is now inlined in the `ChannelListener`
|
||
|
* Deprecate `FormAuthenticationEntryPoint` and `BasicAuthenticationEntryPoint`, in the new system the `FormLoginAuthenticator`
|
||
|
and `HttpBasicAuthenticator` should be used instead
|
||
|
* Deprecate `AbstractRememberMeServices`, `PersistentTokenBasedRememberMeServices`, `RememberMeServicesInterface`,
|
||
|
`TokenBasedRememberMeServices`, use the remember me handler alternatives instead
|
||
|
* Deprecate the `$authManager` argument of `AccessListener`
|
||
|
* Deprecate not setting the `$exceptionOnNoToken` argument of `AccessListener` to `false`
|
||
|
* Deprecate `DeauthenticatedEvent`, use `TokenDeauthenticatedEvent` instead
|
||
|
* Deprecate `CookieClearingLogoutHandler`, `SessionLogoutHandler` and `CsrfTokenClearingLogoutHandler`.
|
||
|
Use `CookieClearingLogoutListener`, `SessionLogoutListener` and `CsrfTokenClearingLogoutListener` instead
|
||
|
* Deprecate `PassportInterface`, `UserPassportInterface` and `PassportTrait`, use `Passport` instead
|
||
|
|
||
|
5.3
|
||
|
---
|
||
|
|
||
|
The CHANGELOG for version 5.3 and earlier can be found at https://github.com/symfony/symfony/blob/5.3/src/Symfony/Component/Security/CHANGELOG.md
|