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.
2 parents 7d0f449 + 7dbc2a6 commit c9c8b20Copy full SHA for c9c8b20
security.rst
@@ -2558,7 +2558,7 @@ If you're having problems authenticating, it could be that you *are* authenticat
2558
successfully, but you immediately lose authentication after the first redirect.
2559
2560
In that case, review the serialization logic (e.g. the ``__serialize()`` or
2561
-``serialize()`` methods) on you user class (if you have any) to make sure
+``serialize()`` methods) on your user class (if you have any) to make sure
2562
that all the fields necessary are serialized and also exclude all the
2563
fields not necessary to be serialized (e.g. Doctrine relations).
2564
0 commit comments