some proper auth

This commit is contained in:
2025-08-15 15:27:24 -05:00
parent 4419dd7acc
commit 1c915d1713
9 changed files with 117 additions and 49 deletions

View File

@@ -17,8 +17,8 @@ model Game {
}
model Human {
key String @id
name String
key String @id @default(cuid(2))
name String @default("")
Instance Instance[]
}