VATUSA / current

VATUSA Main Website
https://www.vatusa.net
Other
14 stars 10 forks source link

[FEAT] Facility Tech Config, add ULSv3 configuration #50

Closed dhawton closed 1 year ago

dhawton commented 3 years ago

Contact Details

No response

Is your feature request related to a problem? If so, please describe.

No response

What is your new feature idea or request?

Add ULSv3 OAuth Configuration... applicable API endpoints:

GET /facility/{id}/oauth -- will return array of client IDs and redirect URIs POST /facility/{id}/oauth -- create new Client, must pass redirect (array of strings), returns client: client_id, client_secret, redirect_uris PATCH /facility/{id}/oauth/{client} -- patch redirect URIs, redirect should be array of strings DELETE /facility/{id}/oauth/{client} -- delete client PUT /facility/{id}/oauth/{client}/secret -- Resets client secret