Show last used date for service tokens and PATs #119
Labels
backend
enhancement
New feature or request
fosshack
Issues for FOSS Hack 2024
frontend
Change in frontend code
Is your feature request related to a problem?
When multiple tokens are created, particularly tokens with no expiry, its impossible to know which tokens are actually in use.
Describe the solution you'd like
last_used_at
field to the Service Token model and update this value when it is used either by the CLI / SDK / APIThis could be merged with #114 as some of the model and schema changes will overlap
The text was updated successfully, but these errors were encountered: