Inspect an access token returned by a development API.
JWT Decoder
Decode a JSON Web Token's header and payload locally. Signature verification is not performed.
Decode, don't verify
JWT decoding only reads the token's encoded header and payload. A valid-looking token is not proof that its signature is authentic.
Everything runs locally in your browser. Avoid pasting credentials or other secrets into any tool.
FameOrbit