KorAP / Kalamar

:octopus: Mojolicious-based Frontend for KorAP
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Improve Token Management #135

Closed Akron closed 2 years ago

Akron commented 3 years ago

Currently, all tokens are listed per client in the token management view. It would be better to hide the token and only list (better layouted) general information about a token. The token itself should be hidden and made visible only when a user clicks on it. There should also be a "copy to clipboard" option.

Akron commented 3 years ago

Creation date and expiration time should be integrated using a reasonable (and small) date library (I don't know if moment.js or luxon are appropriate).

Akron commented 3 years ago

"Copy to clipboard" and token hiding is now implemented.

Akron commented 2 years ago

As long as no one complaints the date handling, I think it's a non-issue.