zendesk / classic_asp_jwt

A JWT implementation in Classic ASP
33 stars 18 forks source link

Create function to decode and verify. #4

Open mkkim417 opened 7 years ago

mkkim417 commented 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.

and create utils function SafeBase64ToBase64 for decoding JWT.