How to handle oAuth server validation errors #1449
Unanswered
jahidanowar
asked this question in
Q&A
Replies: 1 comment
-
It's not about a rest request-response. It's about redirects. So I think there is no way to handle it on the frontend (but I am not 100% sure about it) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have returned a 400 error against the
token
endpoints call but the above code is not handling the error.What's the proper way of handling an error like this.
Basically, I am trying to restrict the login to only those who have an email attached to their FB. I did this in the backend but I am not able to print the message to the frontend.
Auth Config
Beta Was this translation helpful? Give feedback.
All reactions