auth0/java-jwt
Java implementation of JSON Web Token (JWT) observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 98
- Release rhythm 81
- 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: 74
- age_days: 4562
- days_rel: 51
- days_push: 14
- n_releases_24m: 4
Adoption not part of the score
6235 stars · 947 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Java library for creating and verifying JSON Web Tokens (JWT) per RFC 7519, supporting HMAC, RSA, and ECDSA signing algorithms. It is maintained by Auth0 and intended for server-side JVM applications.
Use cases
- sign and verify JWTs in a Java application
- issue access tokens for a REST API
- validate bearer tokens in a Spring backend
- implement stateless authentication with HS256 or RS256
- decode and inspect JWT claims in JVM code
When to choose
- you need a mature, well-maintained JWT library for server-side Java or Kotlin
- you need broad algorithm support including RSASSA-PSS and ECDSA
- you want an MIT-licensed library available on Maven Central
When to avoid
- you are building an Android app (use JWTDecode.Android instead)
- you need ES256K (secp256k1) support, which has been dropped
- you need full JOSE/JWE encryption rather than just JWS signing
Facets
library · maturity active
auth serialization security security developer-tools apis web-development jvm serverless jwt jws token-signing token-verification rfc-7519 jvm web-server
1 source
- readme: https://github.com/auth0/java-jwt · fetched 2026-08-28 · 023c2c7a4dfc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| auth0/java-jwt | main | 92 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem