Decode and inspect JWT tokens — header, payload, and signature
Loading tool…
A JSON Web Token (JWT) is a compact, URL-safe token used to securely transmit information between parties. It consists of three Base64-encoded parts separated by dots: header, payload, and signature.