Text Master

by Thankless Technologies

JWT Decode

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

USED IN COOKBOOKS