Skip to content

Commit

Permalink
Add JWTUtils.decodeHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Feb 23, 2019
1 parent 012a0ea commit e56fac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES
@@ -1,7 +1,7 @@
FusionAuth JWT Changes

Changes in 3.0.1
* Add JWTUtils.decodePayload as a utility to decode a JWT, this is an unsafe and should only be used for utility not to verify the JWT.
* 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.

Changes in 3.0.1
* Remove un-needed line return at the end of the PEM when encoding a PEM string.
Expand Down

0 comments on commit e56fac1

Please sign in to comment.