Lucia Authentication #8
2 changed files with 1 additions and 1 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
|
@ -26,7 +26,7 @@ model User {
|
|||
}
|
||||
|
||||
model Session {
|
||||
id String @id @default(cuid())
|
||||
id Int @id @default(autoincrement())
|
||||
expiresAt DateTime
|
||||
sessionToken String @unique
|
||||
accessToken String @unique
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue