sn-client icon indicating copy to clipboard operation
sn-client copied to clipboard

Manage clients and secrets on admin UI

Open tusmester opened this issue 1 year ago • 0 comments

As an administrator I'd like to create, update and delete clients and secrets on admin UI. The backend API already exists, we only have to implement this on the frontend.

Client/secret API

  • GetClients
  • CreateClient (name, type, username = null)
  • DeleteClient (clientId)
  • CreateSecret (clientId, DateTime? validTill = null)
  • DeleteSecret (clientId, secretId)
  • RegenerateSecretForRepository (clientId, secretId, DateTime? validTill = null)

tusmester avatar May 28 '23 08:05 tusmester