Decode and inspect JWT tokens with detailed analysis and validation
JWT tokens consist of three parts: Header, Payload, and Signature, separated by dots.
Contains claims about the user and additional metadata.