nextauth with discord save to prisma
Answered
American Chinchilla posted this in #help-forum
American ChinchillaOP
Hi i wanted to know how can i save the User objects from discord to my database via prisma ORM in nextauth?
2 Replies
Use a adapter: https://authjs.dev/reference/adapter/prisma
Answer
@Clown Use a adapter: https://authjs.dev/reference/adapter/prisma
American ChinchillaOP
thanks!