JSON Web Token (JWT) is an open standard (RFC 7519) for creating access tokens based on JSON format. It is generally used to transfer data for authentication in client-server applications. Tokens are created by the server, signed with a secret key and transmitted to the client, who then uses the token to verify its identity.