Technical definition
JSON Web Token (JWT)
A compact signed token format for carrying claims between parties.
What It Means
A JWT contains encoded claims and is commonly signed so recipients can verify integrity. It is not encrypted by default, and correct validation must enforce the expected issuer, audience, algorithm, and expiry.