JWT (JSON Web Token)

JWT (JSON Web Token) is a standard for exchanging information securely via a signed token. Used for authentication, it enables the server to verify a user's identity without storing any server-side state. It consists of three parts: header, payload and signature.