AUTHENTICATION
JWT Decoder
Decode the header and payload of a JSON Web Token locally. Do not treat decoding as signature verification.
Security note: Decoding a JWT does not prove that its signature is valid. Never paste secrets or sensitive production tokens into an unknown website.
JWT structure
A JWT commonly has three dot-separated parts: header, payload and signature.