mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -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
fd70b2d121
commit
599fe57ec6
9 changed files with 113 additions and 35 deletions
|
@ -15,3 +15,7 @@ export class ClientError extends Error {
|
|||
export class PermissionError extends Error {
|
||||
name = 'PermissionError';
|
||||
}
|
||||
|
||||
export class TokenNotValid extends Error {
|
||||
name = 'TokenNotValid';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue