From e56fac167fa420b66145597b40c4cb97dd9b8741 Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Sat, 23 Feb 2019 10:36:39 -0700 Subject: [PATCH] Add JWTUtils.decodeHeader --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c5f4d98..762cf33 100644 --- a/CHANGES +++ b/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.