mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
Add access token management to profile (#653)
* Add mock-files, API calls and overall tokens-UI * Added ability to add tokens * Added token deletion feature (based on timestamp) * Replace mock-method by real API code * Add cypress tests * Added CHANGELOG information * Un-access-ify i18n * Set unique react-element key to timestamp of token-creation * Remove 'now' from changelog * Use @mrdrogdrog's suggestion for the info label
This commit is contained in:
parent
f72380edd1
commit
053edb9ace
9 changed files with 302 additions and 4 deletions
10
public/api/v2/tokens
Normal file
10
public/api/v2/tokens
Normal file
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"label": "Demo-App",
|
||||
"created": 1601991518
|
||||
},
|
||||
{
|
||||
"label": "CLI @ Test-PC",
|
||||
"created": 1601912159
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue