Replies: 1 comment 6 replies
-
yes, you will need to utilize the jwt and session callbacks here. |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to connect next-auth to our custom OAuth-2.0 implementation.
The
get access token
test via Postman works successfully and I am able to retrieve a jwk token. However, next-auth redirects back without the jwtoken.Code:
On client, the session is being returned as null. I am a bit confused whether we have to pass custom callback functions for session & jwt for our custom provider?
Thank you
Edit: Added more detail
Beta Was this translation helpful? Give feedback.
All reactions