Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ Symfony comes with several built-in user providers:
Loads users from a configuration file;
:ref:`Chain User Provider <security-chain-user-provider>`
Merges two or more user providers into a new user provider.
Since each firewall has exactly *one* user provider, you can use this
to chain multiple providers together.

The built-in user providers cover the most common needs for applications, but you
can also create your own :ref:`custom user provider <security-custom-user-provider>`.
Expand Down