Definition
A compact, URL-safe token for securely transmitting information between parties. Commonly used for authentication and session management. Pronounced "jot".
Example Usage
"The API validates the JWT in the Authorization header — if the token is expired or the signature is invalid, it returns 401 Unauthorized."