mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
auth: Add cron to clean old tokens
Rename AuthToken.identifier to label Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
14a4872f49
commit
8f008c7cc5
6 changed files with 27 additions and 17 deletions
|
@ -30,7 +30,7 @@ entity "auth_token"{
|
|||
*userId : uuid
|
||||
*keyId: text
|
||||
*accessToken : text
|
||||
*identifier: text
|
||||
*label: text
|
||||
*createdAt: date
|
||||
lastUsed: number
|
||||
validUntil: number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue