Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 474 Bytes

File metadata and controls

16 lines (13 loc) · 474 Bytes

JWT for Java

Easy to use JSON Web Token library, created to simplify work with JWT and minimize confusion. Unlike jwt.io, it is designed to avoid creating different types with generics. JWT should be a simple object, so it is.
See How to use.

  • Uses Jackson Blackbird module for serialization and deserialization.

Supported Algorithms

  • HS256
  • RS256

Requiremets

  • Java 21
  • Designed for OpenJDK

TODO

other algorithms implementations