Does Account table/model in create-t3-app get used at all if using EmailProvider for NextAuth?
In the Prisma schema for a
create-t3-app
with NextAuth, the following Account
model is in the schema.prisma
file:
I have set up the project to use EmailProvider for NextAuth so I can sign in using a magic link.
However, when I view the Account
table in Prisma Studio, I don't ever see anything in the Account
table. What is this table used for? Is it only used for other providers?
TIA0 Replies