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.
memory
1 parent e327c46 commit 2628e54Copy full SHA for 2628e54
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 an "in_memory" and an "entity" user provider.
+Out of the box, Symfony has an "memory" and an "entity" user provider.
13
In this entry you'll see how you can create your own user provider, which
14
could be useful if your users are accessed via a custom database, a file,
15
or - as shown in this example - a web service.
0 commit comments