-
I'm currently using Github as my provider, and I have everything setup and working. However, I'd like to create an API key when a user first registers, but I'm unsure where I'd generate this & how I'd add it to the user object in the database. My best guess was using the JWT callback since it has isNewUser, but they doesn't really seem like the right place (nor do I know how to get it added to the database from there anyways). |
Beta Was this translation helpful? Give feedback.
Answered by
awildboop
Jun 16, 2021
Replies: 1 comment
-
After asking for help in the Next.js discord, they led me to this wonderful discussion: #859 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
awildboop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After asking for help in the Next.js discord, they led me to this wonderful discussion: #859