Skip to content

Commit 678224e

Browse files
committed
minor symfony#3808 Fixed broken link in "Handling Authentication Failure" (stacyhorton)
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"
2 parents fed881d + 14a78d3 commit 678224e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/api_key_authentication.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Handling Authentication Failure
215215

216216
In order for your ``ApiKeyAuthentication`` to correctly display a 403
217217
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
218+
need to implement the :class:`Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationFailureHandlerInterface` on your
219219
Authenticator. This will provide a method ``onAuthenticationFailure`` which
220220
you can use to create an error ``Response``.
221221

0 commit comments

Comments
 (0)