Skip to content
Snippets Groups Projects
Commit c5965f94 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Add token revoking

- All created tokens are stored in the database.
  To revoke a token, we just delete it from the database.
  Tokens not found in the database are thus considered unvalid / revoked.

- Add button to copy generated token to the clipboard

- Redesign profile page
parent 7ec4531d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment