JWT Decoder
Decode a JWT's header and payload. Runs entirely client-side — the token never leaves your browser.
Header
Payload
Note: this only decodes the token — it does not verify the signature. A decodable token is not the same as a valid one.
Decode a JWT's header and payload. Runs entirely client-side — the token never leaves your browser.
Note: this only decodes the token — it does not verify the signature. A decodable token is not the same as a valid one.