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 addff77 commit 101f79eCopy full SHA for 101f79e
doc/troubleshooting.rst
@@ -131,8 +131,8 @@ Troubleshooting
131
**Solution to: Your authenticated token was flagged as invalid**
132
133
Most likely your user entity implements the a serializable interface and not all of the fields relevant to the
134
-authentication process are taken by serialize/unserialize. Check which fields are used in methods ``serialize()`` and
135
-``deserialize()``.
+authentication process are taken by serialize/unserialize. Check which fields are used in methods ``serialize()`` /
+``__serialize()`` and ``deserialize()`` / ``__unserialize()``.
136
137
It must be at least the fields that are used in the methods from ``Symfony\Component\Security\Core\User\UserInterface``.
138
0 commit comments