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
Next Next commit
Add missing pattern to php configuration
  • Loading branch information
marek-pietrzak-tg committed Feb 10, 2016
commit eeeb57b83d3b09ba1a6eee094bb23ff272138ed6
1 change: 1 addition & 0 deletions cookbook/security/multiple_guard_authenticators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ This is an example of your configuration:
// ...
'firewalls' => array(
'api' => array(
'pattern' => '^/api',
'guard' => array(
'authenticators' => array(
'app.api_token_authenticator',
Expand Down
0