Releases: auth0/JWTDecode.Android
Releases · auth0/JWTDecode.Android
2.0.2
This patch release does not contain any functional changes, but is being released using an updated signing key for verification as part of our commitment to best security practices.
Please review the README note for additional details.
2.0.1
v2.0.0
This major stops using Support Library and migrates to AndroidX dependencies.
Changed
- Update dependencies and use AndroidX #44 (SUPERCILEX)
v1.4.0
Added
- Add asObject(Class tClazz) to convert claims to object of type "T" #41 (sabinbajracharya)
v1.3.0
v1.2.0
Added
- Allow to obtain the Map of Claims #31 (lbalmaceda)
Changed
- Target SDK 28. Update Wrapper and OSS plugin #30 (lbalmaceda)
Fixed
- Allow JWT with empty Signatures #15 (oliverspryn)
v1.1.1
1.1.0
Changed
- Keep public claims instead of removing them #7 (lbalmaceda)
- Return BaseClaim if custom Claim not found #4 (lbalmaceda)
1.0.0
Java library with focus on Android that provides Json Web Token (JWT) decoding.