alexbool/oauthd

Add admin page to see and modify user and client details

Closed this issue · 1 comments

Add admin page to see and modify user and client details

Here is an API draft.

Path Action
GET /clients List all clients
POST /clients Create a client
PUT /clients/{id} Update a client
DELETE /clients/{id} Delete a client