1
0
Fork 0

feat(backend): Be more strict about validating tokens accros backends

This commit is contained in:
Joost De Cock 2023-08-18 17:26:23 +02:00
parent 25ebe0b0db
commit 2f64be21d6
8 changed files with 36 additions and 22 deletions

View file

@ -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("")