Decode a JWT token to reveal its header and payload as formatted JSON. Does not verify the signature.
Example
eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIn0.xxx → {header, payload}
Paste a JWT token to see its decoded header and payload
Decode a JWT token to reveal its header and payload as formatted JSON. Does not verify the signature.
eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIn0.xxx → {header, payload}
Paste a JWT token to see its decoded header and payload