10000 [2.8] Add "How to Use Multiple Guard Authenticators" cookbook documentation by marek-pietrzak-tg · Pull Request #5886 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Add versionadded
  • Loading branch information
marek-pietrzak-tg committed Feb 10, 2016
commit a2ca764f604d3a16deba2a355379d0d28fdb9224
3 changes: 3 additions & 0 deletions cookbook/security/multiple_guard_authenticators.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
How to Use Multiple Guard Authenticators
========================================

.. versionadded:: 2.8
The ``Guard`` component was introduced in Symfony 2.8.

The Guard authentication component allows you to easily use many different
authenticators at a time.

Expand Down
0