[V5]404 insted of 401 auth route #1632
Answered
by
thetutlage
rodolphonetto
asked this question in
Help
-
Hi guys, I'm trying to reproduce the docs example on auth routes but when I dont pass a token I'm receiving a 404
shouldn't I receive the 401? "E_INVALID_API_TOKEN"?
|
Beta Was this translation helpful? Give feedback.
Answered by
thetutlage
Sep 21, 2020
Replies: 1 comment 1 reply
-
Coz the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rodolphonetto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Coz the
authenticate
call redirects you to the/login
page. Do you have/login
route?