Creating other model when User is created by next-auth
So I'm integrating with Shopify and need to persist some info that is flying around during the oauth process. Where should I do that? Inside the
userinfo
config? Or should I create my own DB adapter that for the most part passes everything through to the prisma adapter?0 Replies