auth0 / java-jwt

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

Provide straightforward example for JWKS #600

Closed poovamraj closed 2 years ago

poovamraj commented 2 years ago

Changes

README has an example with an "imaginary" class. This is causing confusion with library users. Hence we are providing a straightforward example with our jwks-rsa-java library

References

https://github.com/auth0/java-jwt/issues/599 https://github.com/auth0/java-jwt/issues/285

Testing

Checklist