identity-service documentation
Welcome to the identity-service documentation.
This backend provides ShellUI-compatible authentication endpoints under /api/v1/* using Django.
Quick links
- Read project setup and usage in
README.md. - Explore the auth endpoints provided by the service.
- JWKS and JWT verification — RS256 signing,
/.well-known/jwks.json, key rotation. - Metrics (JWT & personal access tokens) — how to call
/api/v1/metricsand/api/v1/metrics/all. - Extend this docs folder with additional guides as the project evolves.