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.
See example test case
Available in Maven Central.