install packages. npm i next-auth @next-auth/prisma-adapter. prisma/schema.prisma. enum Role { USER ADMIN } model User { id String @id ...
確定! 回上一頁