Skip to content

3.0.2

Choose a tag to compare

@robotdan robotdan released this 23 Feb 17:45

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.