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 bc00741 commit 2d5b420Copy full SHA for 2d5b420
security/custom_provider.rst
@@ -9,7 +9,7 @@ When a user submits a username and password, the authentication layer asks
9
the configured user provider to return a user object for a given username.
10
Symfony then checks whether the password of this user is correct and generates
11
a security token so the user stays authenticated during the current session.
12
-Out of the box, Symfony has four user providers: ``in_memory``, ``entity``,
+Out of the box, Symfony has four user providers: ``memory``, ``entity``,
13
``ldap`` and ``chain``. In this entry you'll see how you can create your
14
own user provider, which could be useful if your users are accessed via a
15
custom database, a file, or - as shown in this example - a web service.
0 commit comments