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 512ae2c commit 14a78d3Copy full SHA for 14a78d3
cookbook/security/api_key_authentication.rst
@@ -215,7 +215,7 @@ Handling Authentication Failure
215
216
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
+need to implement the :class:`Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationFailureHandlerInterface` on your
219
Authenticator. This will provide a method ``onAuthenticationFailure`` which
220
you can use to create an error ``Response``.
221
0 commit comments