1.3 KiB
1.3 KiB
CHANGELOG
5.4
- Deprecate the
$authenticationEntryPoint
argument ofChannelListener
, and add$httpPort
and$httpsPort
arguments - Deprecate
RetryAuthenticationEntryPoint
, this code is now inlined in theChannelListener
- Deprecate
FormAuthenticationEntryPoint
andBasicAuthenticationEntryPoint
, in the new system theFormLoginAuthenticator
andHttpBasicAuthenticator
should be used instead - Deprecate
AbstractRememberMeServices
,PersistentTokenBasedRememberMeServices
,RememberMeServicesInterface
,TokenBasedRememberMeServices
, use the remember me handler alternatives instead - Deprecate the
$authManager
argument ofAccessListener
- Deprecate not setting the
$exceptionOnNoToken
argument ofAccessListener
tofalse
- Deprecate
DeauthenticatedEvent
, useTokenDeauthenticatedEvent
instead - Deprecate
CookieClearingLogoutHandler
,SessionLogoutHandler
andCsrfTokenClearingLogoutHandler
. UseCookieClearingLogoutListener
,SessionLogoutListener
andCsrfTokenClearingLogoutListener
instead - Deprecate
PassportInterface
,UserPassportInterface
andPassportTrait
, usePassport
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