Tests[TokenKeys, TokenKeysInitial, TokenKeysCreate, TokenKeysUpdate, TokenKeysDelete, TokenKeysDeleteSelf, TokenKeysDowngradeSelf, TokenKeysPermissions]

This commit is contained in:
2023-05-28 01:39:55 +02:00
parent 03f60ff316
commit b1681b53e4
4 changed files with 493 additions and 39 deletions

View File

@@ -44,7 +44,7 @@
* [X] CRUD routes for keys
* [X] KeyToken.messagecounter
* [x] update old-data migration to create token-keys
* [ ] unit tests
* [x] unit tests
- We no longer have a route to reshuffle all keys (previously in updateUser), add a /user/:uid/keys/reset ?
Would delete all existing keys and create 3 new ones?