Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 19:36
· 8 commits to master since this release

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
  • --silent keeps 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)