You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
Just got this idea and wanted to check what you guys think:
I'd like to be able to see dead/unused clients/secrets in my client admin UI.
What if we added a very much optional string Id field to an IdSvr's Secret and a service interface that would be called with that Id from, say, the SecretValidator. Then I could know when my secret was used for authentication by a client and could mark the lastUsedDate on it.
Seems a trivial change and I'm ready to PR it to both v3 and v4 :)
But what do you think?
UPDATE: The notification could probably go through IEventService with a special event payload type
The text was updated successfully, but these errors were encountered:
Just got this idea and wanted to check what you guys think:
I'd like to be able to see dead/unused clients/secrets in my client admin UI.
What if we added a very much optional string
Id
field to an IdSvr'sSecret
and a service interface that would be called with thatId
from, say, theSecretValidator
. Then I could know when my secret was used for authentication by a client and could mark thelastUsedDate
on it.Seems a trivial change and I'm ready to PR it to both v3 and v4 :)
But what do you think?
UPDATE: The notification could probably go through
IEventService
with a special event payload typeThe text was updated successfully, but these errors were encountered: