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

golang-jwt/jwt

Go implementation of JSON Web Tokens (JWT). observed · 2026-08-28

github.com/golang-jwt/jwt · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

78/100

  • Activity 95
  • Release rhythm 44
  • Longevity 100
How is this computed?

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

  • gap_med: 115
  • age_days: 1933
  • days_rel: 217
  • days_push: 32
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

9212 stars · 443 forks observed · 2026-08-28

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

A Go library for creating, signing, parsing, and verifying JSON Web Tokens (JWTs) per RFC 7519. It is the community-maintained successor to dgrijalva/jwt-go, supporting HMAC, RSA, RSA-PSS, ECDSA, and EdDSA signing algorithms.

Use cases

  • issue and sign JWTs in a Go web service
  • validate Bearer tokens for OAuth 2.0 authentication
  • parse and verify JWT claims in middleware
  • sign tokens with Ed25519 or ECDSA keys
  • migrate from the deprecated dgrijalva/jwt-go library

When to choose

  • you need JWT support in a Go application
  • you want a well-maintained, community-backed fork of jwt-go
  • you need flexible signing algorithms including EdDSA
  • you need strict token validation controls

When to avoid

  • you need full JOSE features like JWE encryption (this library only does JWS signing)
  • you are not working in Go
  • you need a complete identity provider or OAuth server rather than a token library

Facets

library · maturity stable

auth cryptography serialization security security backend developer-tools apis go cross-platform jwt json-web-tokens oauth2 bearer-tokens ed25519 token-signing token-validation rfc7519

2 sources

Member repositories

RepositoryRoleHealth v2
golang-jwt/jwtmain78

For agents

markdown · JSON · MCP: product_card(name="golang-jwt/jwt")

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