User Authentication Flow Works

This commit is contained in:
2026-01-25 15:03:17 -06:00
parent 1bf0acdf39
commit e76caa68f1
22 changed files with 275 additions and 248 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ model User {
emailVerified DateTime?
image String?
userId Int @unique
userId String @unique
token String?
sessions Session[]