From 191a7b5fb399cdcb82dc180f954bddc8f6d51fed Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Thu, 5 Mar 2026 22:36:12 +1100 Subject: [PATCH] Update README: add API keys docs, VoidAuth, highlight conformance - Document API keys / bearer tokens for forward auth - Add VoidAuth to alternatives list - Move OIDC conformance certification and test counts to top - Update Ruby requirement to 4.0+, test count to 450 Co-Authored-By: Claude Opus 4.6 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 174036d..ac39988 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ Clinch sits in a sweet spot among several excellent open-source identity solutio **Clinch** offers a middle ground with built-in user management, a modern web interface, and focused SSO capabilities (OIDC + ForwardAuth). It's perfect for users who want self-hosted simplicity without external dependencies or enterprise complexity. +- **[OpenID Connect Conformance Certified](https://www.certification.openid.net/plan-detail.html?plan=FbQNTJuYVzrzs&public=true)** — passes the official OIDC conformance test suite +- **450+ tests, 1800+ assertions** — comprehensive test coverage across integration, model, controller, and security tests +- **Single Docker container** — SQLite, job queue, and cache all in one process + --- ## Screenshots @@ -78,8 +82,6 @@ Apps that only need "who is it?", or you want available from the internet behind #### OpenID Connect (OIDC) -**[OpenID Connect Conformance](https://www.certification.openid.net/plan-detail.html?plan=FbQNTJuYVzrzs&public=true)** - Clinch passes the official OpenID Connect conformance tests (valid as of [v0.8.6](https://github.com/dkam/clinch/releases/tag/0.8.6)). - Standard OAuth2/OIDC provider with endpoints: - `/.well-known/openid-configuration` - Discovery endpoint - `/authorize` - Authorization endpoint with PKCE support