mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
feat: Invalidate access token on logout
This commit is contained in:
parent
f091de6827
commit
48ea62c0a0
26 changed files with 242 additions and 37 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
module.exports.routes = {
|
||||
'POST /api/access-tokens': 'access-tokens/create',
|
||||
'DELETE /api/access-tokens/me': 'access-tokens/delete',
|
||||
|
||||
'GET /api/users': 'users/index',
|
||||
'POST /api/users': 'users/create',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue