HomeSoftware Heritage

auth: Add web UI for API bearer tokens management

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

auth: Add web UI for API bearer tokens management

Add HTML view reachable from the /api/tokens URL enabling a logged in user
to generate, display or revoke bearer tokens for Web API authentication.

Once generated, each token will be encrypted based on user password and
stored to the webapp database.

Each token related action is also protected by the user password.

Closes T2569

Details

Commit No Longer Exists

This commit no longer exists in the repository.