JWT Decoder
Read the header and payload of a JSON Web Token.
Local processing in your browserDecode only: the JWT signature is not verified.
Result
Decode JWT Base64URL sections locally. This tool does not verify the signature or assert authenticity: validation belongs in your backend with the correct key and library.