8000 [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

[2.8] Add "How to Use Multiple Guard Authenticators" cookbook documentation #5886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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