Success callback of oauth sign #5088
Unanswered
vamsimudadla
asked this question in
Help
Replies: 0 comments
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.
-
Question 💬
I am trying to signIn using discord provider. After successful sign in, I want to make an api call with the user details came from discord signin. Is there any possible way to do that.
signIn("discord", { callbackUrl:
${router.query.returnUrl || window.location.origin}, });
How to reproduce ☕️
Try signing in using discord provider
signIn("discord", { callbackUrl:
${router.query.returnUrl || window.location.origin}, });
Contributing 🙌🏽
No, I am afraid I cannot help regarding this
Beta Was this translation helpful? Give feedback.
All reactions