8000 added information on AuthenticationFailureHandlerInterface by samsamm777 · Pull Request #3565 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

added information on AuthenticationFailureHandlerInterface #3565

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 5 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
fixed typo
  • Loading branch information
Sam Hudson authored and Sam Hudson committed Mar 9, 2014
commit 066bccb34bafe57d5b420c620e62da825df567ee
2 changes: 1 addition & 1 deletion cookbook/security/api_key_authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ exception in ``refreshUser()``.
Handling Authentication Failure
-------------------------------

In order for you're ``ApiKeyAuthentication`` to correctly display a 403
In order for your ``ApiKeyAuthentication`` to correctly display a 403
http status when either bad credentials or authentication fails you will
need to implement the :class:`Symfony\Component\Security\Http\Authentication\AuthenticationFailureHandlerInterface` on your
Authenticator. This will provide a method ``onAuthenticationFailure`` which
Expand Down
0