mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 00:02:37 +10:00
store sessions in db
This commit is contained in:
@ -50,3 +50,8 @@ model Certificate {
|
||||
|
||||
blacklisted Boolean @default(false)
|
||||
}
|
||||
|
||||
model Session {
|
||||
token String @id
|
||||
data Json
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user