Next.js Discord

Discord Forum

nextauth with discord save to prisma

Answered
American Chinchilla posted this in #help-forum
Open in Discord
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

Answer
@Clown Use a adapter: https://authjs.dev/reference/adapter/prisma
American ChinchillaOP
thanks!