tapis-project / authenticator

BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Add client update endpoint #13

Closed joestubbs closed 2 years ago

joestubbs commented 2 years ago

Add support for updating a client via a PUT request. Only the owner can update client. We should also allow clients to be deactivated (i.e., "soft delete") for clean up -- we don't allow users to delete clients that have generated authorization codes for posterity.

gcurbelo123 commented 2 years ago

This has been merged into dev