💡 What is a JSON Web Token (JWT)?
A JWT (JSON Web Token) is an open standard (RFC 7519) that defines a compact, URL-safe, self-contained way to represent claims to be transferred between two parties. Once issued, the token proves the identity and authorization of the bearer in a stateless way.
Think of a JWT like a “ticket” you carry: anyone can inspect the ticket (peek inside), but only the issuer can truly validate it.





