Replies: 2 comments
-
In all of the cases the event signIn is also being called.
So the cookie will be set accordingly based on https://github.com/nextauthjs/next-auth/blob/main/src/server/routes/callback.js#L414 I don't really see why it's not functioning as expected, upon using useSession in the frontend it always indicates as status unauthenticated. |
Beta Was this translation helpful? Give feedback.
0 replies
-
What's the actual problem here? I can't get it from what said. Is this a duplicate of #3216? |
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.
-
Question 💬
I have tried both the default sign-in page that is generated automatically or using the signIn function.
Example usage:
In all cases the following is return from the signIn callback:
How to reproduce ☕️
Provider configuration:
Beta Was this translation helpful? Give feedback.
All reactions