feat(backend): Be more strict about validating tokens accros backends
This commit is contained in:
parent
25ebe0b0db
commit
2f64be21d6
8 changed files with 36 additions and 22 deletions
|
@ -10,6 +10,7 @@ datasource db {
|
|||
|
||||
model Apikey {
|
||||
id String @id @default(uuid())
|
||||
aud String @default("")
|
||||
createdAt DateTime @default(now())
|
||||
expiresAt DateTime
|
||||
name String @default("")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue