-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Milestone
Description
Feature Description
In the GUI, the user can see the time tokens and SSH public keys were last used. This information is not returned by the /users/{username}/tokens and /user/keys endpoints in the API. Let's add it.
I suggest these fields be added to data returned by the API:
-
PublicKey:
- last_used_at:
string($date-time)
- last_used_at:
-
AccessToken:
- created_at:
string($date-time)
(for parity with public keys) - last_used_at:
string($date-time)
- created_at:
I can make a PR to add the feature.
lunny and techknowlogick
Metadata
Metadata
Assignees
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.