We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8e01a commit 066bccbCopy full SHA for 066bccb
cookbook/security/api_key_authentication.rst
@@ -213,7 +213,7 @@ exception in ``refreshUser()``.
213
Handling Authentication Failure
214
-------------------------------
215
216
-In order for you're ``ApiKeyAuthentication`` to correctly display a 403
+In order for your ``ApiKeyAuthentication`` to correctly display a 403
217
http status when either bad credentials or authentication fails you will
218
need to implement the :class:`Symfony\Component\Security\Http\Authentication\AuthenticationFailureHandlerInterface` on your
219
Authenticator. This will provide a method ``onAuthenticationFailure`` which
0 commit comments