Skip to content

Commit

Permalink
Fixed broken link in "Handling Authentication Failure"
Browse files Browse the repository at this point in the history
  • Loading branch information
stacyhorton committed Apr 17, 2014
1 parent 512ae2c commit 14a78d3
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 14a78d3

Please sign in to comment.