mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 23:24:46 -04:00
tokens: Add token creation
Fix token deletion Update plantuml docs Add token validUntil and lastUsed fields Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
cce1626c48
commit
c9751404f7
9 changed files with 113 additions and 35 deletions
|
@ -28,9 +28,12 @@ entity "auth_token"{
|
|||
*id : number <<generated>>
|
||||
--
|
||||
*userId : uuid
|
||||
*keyId: text
|
||||
*accessToken : text
|
||||
*identifier: text
|
||||
*createdAt: date
|
||||
lastUsed: number
|
||||
validUntil: number
|
||||
}
|
||||
|
||||
entity "identity" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue