PermitANY

JWT Decoder

Paste a JWT to inspect its header, payload, and expiration. Your token never leaves the browser.

About JWT verification

This tool decodes the header and payload but does not verify the signature — that requires the secret key or public key used to sign the token. Use this for inspection and debugging only. Never paste production tokens into online tools you don't control.