From 066bccb34bafe57d5b420c620e62da825df567ee Mon Sep 17 00:00:00 2001 From: Sam Hudson Date: Wed, 5 Mar 2014 16:52:04 +0000 Subject: [PATCH] fixed typo --- cookbook/security/api_key_authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/api_key_authentication.rst b/cookbook/security/api_key_authentication.rst index 9c659744673..e27ef087c90 100644 --- a/cookbook/security/api_key_authentication.rst +++ b/cookbook/security/api_key_authentication.rst @@ -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