Next Auth question #201
digoburigo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Next Auth with this library like so
in the
signIn
callback I'm making this flowThe data returned in the
convert-token
endpoint it's rightMy point is that I want to know how to inject the user from the Django in the Next Auth session instead of the Github provider one. Anyone know if it's possible to do this?
Beta Was this translation helpful? Give feedback.
All reactions