Added user authentication.

This commit is contained in:
Daniel
2023-02-06 21:29:23 +03:30
parent 882bbd64d1
commit e5ed2ec5db
16 changed files with 657 additions and 83 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ datasource db {
model User {
id String @id @default(cuid())
name String
username String
email String
password String
collections UserAndCollection[]
}