Ross ROSS = Recommend OSS · open-source software intelligence for agents

lestrrat-go/jwx

Complete implementation of JWx (Javascript Object Signing and Encryption/JOSE) technologies for Go. #golang #jwt #jws #jwk #jwe observed · 2026-08-28

github.com/lestrrat-go/jwx · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 98
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 8
  • age_days: 3955
  • days_rel: 13
  • days_push: 9
  • n_releases_24m: 34

Full methodology

Adoption not part of the score

2416 stars · 196 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A comprehensive Go library implementing the full JOSE family of standards (JWA, JWE, JWK, JWS, JWT) for signing, verifying, encrypting, and decrypting tokens and messages. It offers a uniform API, JWK caching via an extension module, and post-quantum algorithm support including ML-KEM, ML-DSA, and HPKE.

Use cases

  • sign and verify JWTs in a Go service
  • parse and validate OIDC ID tokens
  • encrypt payloads with JWE
  • fetch and cache JWKS keys from an identity provider
  • sign messages with multiple signatures using JWS
  • try post-quantum signing algorithms like ML-DSA

When to choose

  • you need complete JOSE coverage in Go, not just basic JWT handling
  • you need JWS detached payloads, RFC 7797, or multi-recipient JWE
  • you want a consistent, option-based API across all JWx operations
  • you need post-quantum cryptography support

When to avoid

  • you only need minimal JWT signing and a smaller dependency suffices
  • you are not using Go
  • you cannot run Go 1.26+ or manage the GOEXPERIMENT=jsonv2 requirement on Go 1.26
  • you need a batteries-included auth server rather than a token library

Facets

library · maturity active

cryptography auth serialization security security developer-tools apis web-development go cross-platform jwt jws jwe jwk jose oidc post-quantum-cryptography token-signing

1 source

Member repositories

RepositoryRoleHealth v2
lestrrat-go/jwxmain99

For agents

markdown · JSON · MCP: product_card(name="lestrrat-go/jwx")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem