auth0 / java-jwt

Java implementation of JSON Web Token (JWT)
MIT License
5.84k stars 921 forks source link

Add support for passing json values for header and payload #643

Closed andrewrigas closed 1 year ago

andrewrigas commented 1 year ago

Changes

Relates to #622

Added support for json values to be pass to the withHeader & withPayload apis. This should de-couple the library to be only used with java Map and allow easy integration with other languages on JVM.