A JSON Web Token (JWT) is a compact, URL-safe token defined by RFC 7519. It encodes claims as a JSON object that is digitally signed, making it tamper-evident. JWTs are widely used for authentication and information exchange.
JWT) and signing algorithmiss — Issuer: who created the tokensub — Subject: who the token is aboutaud — Audience: intended recipientsexp — Expiration Time: Unix timestamp after which the token is invalidnbf — Not Before: Unix timestamp before which the token is not validiat — Issued At: when the token was createdjti — JWT ID: unique identifier for the token