Decode and inspect JWT tokens
JWT is an open standard (RFC 7519) used to securely transmit information between parties as a JSON object. Tokens can be digitally signed, which ensures the content is verifiable and trustworthy.
A JWT consists of three parts separated by a dot (.) :