Skip to content

[FEATURE] Added user access token management

Torben Hansen requested to merge 590-access-token-management into develop

This change extends the existing AccessToken plugin with a list view, where a logged in user is able to view personal created TER REST API access tokens. Additionally it is now possible the delete an access token including an associated refresh token. (I'm also fine with changing the "Delete" button to a "Revoke" button which then revokes the token instead of deleting it)

Note, that the management component has not been added to TER REST API, since managing access tokens must be possible for logged in users without requiring either a password or an existing access token.

Screenshot:

image

Closes #590 (closed)

Edited by Torben Hansen

Merge request reports