cimd-service @ 0.1.0
In development, send this service your Client ID Metadata Document, and it will return you a URL to a publicly available copy.
What are Client ID Metadata Documents? See: https://cimd.dev
Endpoints:
- GET /_health
- GET /clients/:id
- POST /clients
To get a client_id, send a POST request to /clients with the request body as the contents of your Client ID Metadata Document (JSON).
All clients created on this server will receive the:
- client_id of: https://cimd-service.fly.dev/clients/:cid
- client_uri of: https://cimd-service.fly.dev/
- client_name ending with (Development)
Source code: https://github.com/ThisIsMissEm/cimd-service/