When does the Adapter run ? #11902
Unanswered
LeakStephane
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
-
I was trying to do some database call inside the
signIn
callback in theAuthConfig
But i found out that the
users
where not inserted at that time (which make sense when you think about it).Where can i add custom logic that should run AFTER the Adapter has inserted the
user
in the database, but before the signIn ends ?Beta Was this translation helpful? Give feedback.
All reactions