Skip to content

3.0.2

Compare
Choose a tag to compare
@robotdan robotdan released this 23 Feb 17:45
· 194 commits to master since this release

Changes in 3.0.2

  • Add JWTUtils.decodePayload and decodeHeader as a utility to decode a JWT, this is an unsafe and should only be used for utility not to verify the JWT. Thanks @Ostico for the suggestion.