Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 54s
oauth.sx — RFC 6749 §4.1 as a state machine on one authz-server process:
authorize → {consent_required} → consent(allow|deny) → {code} → exchange
→ {ok, Token}. Exchange enforces single-use codes (§10.5, replay →
invalid_grant), client_id + redirect_uri binding (§4.1.3), and PKCE
(RFC 7636 plain) verifier match. Issued tokens are grant-backed via
token.sx so revocation stays real. 53/53.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
15 lines
284 B
Markdown
15 lines
284 B
Markdown
# identity-on-sx Scoreboard
|
|
|
|
**Total: 53 / 53 tests passing**
|
|
|
|
| | Suite | Pass | Total |
|
|
|---|---|---|---|
|
|
| ✅ | session | 11 | 11 |
|
|
| ✅ | token | 9 | 9 |
|
|
| ✅ | registry | 9 | 9 |
|
|
| ✅ | api | 10 | 10 |
|
|
| ✅ | oauth | 14 | 14 |
|
|
|
|
|
|
Generated by `lib/identity/conformance.sh`.
|