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 dfc2982 commit d23bba2Copy full SHA for d23bba2
security.rst
@@ -351,6 +351,8 @@ Symfony comes with several built-in user providers:
351
Loads users from a configuration file;
352
:ref:`Chain User Provider <security-chain-user-provider>`
353
Merges two or more user providers into a new user provider.
354
+ Since each firewall has exactly *one* user provider, you can use this
355
+ to chain multiple providers together.
356
357
The built-in user providers cover the most common needs for applications, but you
358
can also create your own :ref:`custom user provider <security-custom-user-provider>`.
0 commit comments