We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019b2c6 commit 7657258Copy full SHA for 7657258
UPGRADE-6.0.md
@@ -158,6 +158,11 @@ Security
158
in `PreAuthenticatedToken`, `RememberMeToken`, `SwitchUserToken`, `UsernamePasswordToken`,
159
`DefaultAuthenticationSuccessHandler`.
160
* Removed the `AbstractRememberMeServices::$providerKey` property in favor of `AbstractRememberMeServices::$firewallName`
161
+ * Authentication tokens do not implement the deprecated `Serializable`
162
+ interface anymore. The consequence is that tokens that were serialized (e.g.
163
+ into the session) with PHP 7.3 or below cannot be unserialized anymore. It is
164
+ recommended to roll out a Symfony 5 application with PHP 7.4 or later first
165
+ before upgrading it to Symfony 6.
166
167
TwigBundle
168
----------
0 commit comments