It contains user information and is self-contained.
Stateless JWT tokens hold user information like identity and expiration directly within the token. They consist of a Header, Payload, and Signature, ensuring integrity without server-side storage. For example, in a web app, a token might include user ID and roles, allowing the backend to verify requests without sessions.