Skip to content

Zero-dependencies, minimal JWT validation/verification support

License

Notifications You must be signed in to change notification settings

vaccovecrana/jwt

Repository files navigation

JWT

Zero-dependencies, minimal JWT validation/verification support.

Loosely based on libjwt

It only requires wiring a JSON parser (through a simple interface) such as Gson but you can also use Jackson, or your own parser if you wish.

JWT feature support is incomplete, but the code is simple and straightforward.

PR contributions are welcome and encouraged.

Getting Started

See example test case

Installation

Available in Maven Central.

About

Zero-dependencies, minimal JWT validation/verification support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages