Why does AuthenticationFailed in authenticate() still return 403 Forbidden status code? #9256
Replies: 1 comment
-
@enginecan have you found the answer? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I have the following piece of code with
TokenAuthentication
.I'm trying to understand why my
AuthenticationFailed
still returns a403 Forbidden
status code whileAuthenticationFailed
is defined as follows:Beta Was this translation helpful? Give feedback.
All reactions