JWT Parser

Parse and decode JSON Web Tokens (JWT) and display their content.

Header
alg
(Algorithm)
HS256
(HMAC using SHA-256)
typ
(Type)
JWT
Payload
sub
(Subject)
1234567890
name
(Full name)
John Doe
iat
(Issued At)
1516239022
(1/18/2018 1:30:22 AM)