Working on auth with credentials.

This commit is contained in:
charles-gauthereau
2024-11-03 21:12:40 +01:00
parent d6ff290f66
commit 3587849803
28 changed files with 1039 additions and 591 deletions
+1
View File
@@ -60,6 +60,7 @@ model User {
emailVerified DateTime? @map("email_verified")
image String?
role String?
password String?
accounts Account[]
sessions Session[]