Frontend | Backend | Api

OAuth routes (Backend)

Name Request Response variables Description
addClient

GET /cdna-admin/oauth/add-client

Name Type Description
client Client Single (empty) Client record
Add a new record. Assigns an empty record to the template.
editClient

GET /cdna-admin/oauth/client/{id}

id \d+
Name Type Description
client Client Retrieved Client record
Retrieve a single record and display the edit page for the record
manageClients

GET /cdna-admin/oauth/clients

Name Type Description
clients Collection (Client) Collection of Clients
Retrieve available records and assign them to the template for editing.