gobierto
gobierto copied to clipboard
Provide a UI for users to manage their tokens
At least this UI should allow users to:
- list existing tokens, showing the token name, value and domain
- create a new token providing name (optional) and domain (optional). The value is auto-generated
- edit a token name or domain
- delete/revoke a token
The last token can't be deleted because always has to exist a primary token
Lot of work has been developed in https://github.com/PopulateTools/gobierto/pull/3369 (check the existing Concerns before implementing user controllers)