8000 Added configuration of the user provider by peterrehm · Pull Request #4895 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added configuration of the user provider #4895

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
wants to merge 4 commits into from
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
Removed unneeded spaces
  • Loading branch information
peterrehm committed Jan 25, 2015
commit 308fa53c960411748eb050896526fff4e1a3df1a
8 changes: 4 additions & 4 deletions cookbook/security/api_key_authentication.rst
< 96DC /div>
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ using the ``simple_preauth`` key:
),
),
'providers' => array(
'api_key_user_provider' => array(
'id' => 'api_key_user_provider',
'api_key_user_provider' => array(
'id' => 'api_key_user_provider',
),
),
));
Expand Down Expand Up @@ -483,8 +483,8 @@ configuration or set it to ``false``:
),
),
'providers' => array(
'api_key_user_provider' => array(
'id' => 'api_key_user_provider',
'api_key_user_provider' => array(
'id' => 'api_key_user_provider',
),
),
));
Expand Down
0