JWT (JSON Web Token) is a compact, URL-safe standard for representing claims — such as a user's identity or permissions — as a digitally signed JSON object. Because the token's signature can be verified without consulting a central store, JWTs are widely used for stateless authentication and secure information exchange between services.

