v1.0.0
First public release of this educational fork of cloudentity/oauth2c.
This is a new version line, not a continuation of upstream v1.20.x. The Go module is github.com/sukujgrg/oauth2c.
Highlights
- Educational YAML protocol trace on stderr (tokens, checks, and JWT contents)
- Flags-only CLI: TUI and extra UI dependencies removed
--silentkeeps stdout as machine-readable token JSON- ID token nonce, signature, and claims validation
- Opaque access tokens logged without assuming JWT shape
- Self-serve Auth0 demo tenant (
scripts/setup-auth0.sh) and live grant tests - Module path, CI, and Go 1.26
encoding/json/v2(GOEXPERIMENT=jsonv2)