auth0 / java-jwt

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

Update documentation and remove deprecation notice for single content sign methods #545

Closed poovamraj closed 2 years ago

poovamraj commented 2 years ago

Changes

We are removing deprecation notice for methods which get the payload and header as a single content. We have just added new documentation so that the developer can understand the correct format to use.

Testing

No tests since just a documentation change