mirror of
https://github.com/SrIzan10/echospace.git
synced 2026-06-06 00:56:54 +00:00
feat: github auth
This commit is contained in:
@@ -15,8 +15,8 @@ datasource db {
|
||||
|
||||
model User {
|
||||
id String @id @default(cuid())
|
||||
username String @unique
|
||||
hashed_password String
|
||||
githubId String @unique
|
||||
username String
|
||||
sessions Session[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user