Description
JSON Web Tokens can be decoded in a minimal terminal interface for inspection and debugging.
It is useful for developers checking claims, headers, and expiration while troubleshooting authentication. Decoding a token is not validation, and tokens can contain sensitive user or session data, so avoid sharing them.