JWT Decoder
Decode and inspect JSON Web Tokens to view headers, claims, expiration timestamps, and other token payload information directly in your browser.
JWT TokenCtrl/Cmd + Enter to decode
Security: JWTs are decoded entirely in your browser. This tool does not verify signatures. Decoding a JWT does not prove that the token is authentic or trustworthy.