Consolidate endpoints for managing OAuth clients
Open
@mostlygeek is already working on this.
Since Oct 6, 2025.
enhancement
- Dominant language
- Go
- Stars
- 669
- Forks
- 61
- Avg merge
- 6d 6h
- Merged PRs (30d)
- 3
Description
There are two ways to update funnelClients:
- The admin UI, served at
/. The UI has its own handlersGET /new,POST /new,POST /edit/{id} - The
/clients/endpoint,GET /clients,GET /clients/{id},POST /clients/new,DELETE /clients/{id}
This can be consolidated to a single API for remotely managing OAuth clients:
- Update the UI to use
/clients/api endpoints - Remove the
/new,/editendpoints used by the UI
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.