Does this verify the signature?
No. It only decodes header and payload so you can inspect claims.
Paste a JSON Web Token to read header and payload as JSON. Useful for debugging auth, but this page does not verify signatures.
JSON formatter
Run a tool to see a polished result here
Decoding only base64-reads the token. Signature verification needs the key and does not happen here — never paste production secrets into any online tool, including this one. Processing stays on this device.
No. It only decodes header and payload so you can inspect claims.
No. Decoding runs in the browser.
You get an error in the editor. Fix the three base64url segments and try again.