JWT — JSON Web Token

JWT is a compact token format for securely transferring claims between parties. It consists of header, payload and signature. JWTs are commonly used for authentication and authorization in APIs (e.g. OAuth2, OpenID Connect).