Open mkkim417 opened 7 years ago
Function JWTDecode and JWTVerify is added. JWTDecode is just decoding JWT Token and returns payload. JWTVerify returns boolean if token is valid or not.
JWTDecode
JWTVerify
and create utils function SafeBase64ToBase64 for decoding JWT.
SafeBase64ToBase64
Function
JWTDecode
andJWTVerify
is added.JWTDecode
is just decoding JWT Token and returns payload.JWTVerify
returns boolean if token is valid or not.and create utils function
SafeBase64ToBase64
for decoding JWT.