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 a9e6825 commit 2326e5dCopy full SHA for 2326e5d
security/remember_me.rst
@@ -266,7 +266,7 @@ Storing remember me tokens in the database
266
By default, tokens are stored in a cookie. You can choose to store the token in a database,
267
to not have a (hashed) version of the password in a cookie.
268
The DoctrineBridge comes with a
269
-:class:`Symfony\Bridge\Doctrine\Security\RememberMe\DoctrineTokenProvider` class
+:class:`Symfony\\Bridge\\Doctrine\\Security\\RememberMe\\DoctrineTokenProvider` class
270
that you can use. In order to use the ``DoctrineTokenProvider``, you first
271
need to register it as a service:
272
0 commit comments