Skip to content

Commit

Permalink
minor #3808 Fixed broken link in "Handling Authentication Failure" (s…
Browse files Browse the repository at this point in the history
…tacyhorton)

This PR was merged into the 2.4 branch.

Discussion
----------

Fixed broken link in "Handling Authentication Failure"

Commits
-------

14a78d3 Fixed broken link in "Handling Authentication Failure"
  • Loading branch information
weaverryan committed May 1, 2014
2 parents fed881d + 14a78d3 commit 678224e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/api_key_authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Handling Authentication Failure

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
need to implement the :class:`Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationFailureHandlerInterface` on your
Authenticator. This will provide a method ``onAuthenticationFailure`` which
you can use to create an error ``Response``.

Expand Down

0 comments on commit 678224e

Please sign in to comment.