JSON Web Tokens (JWT) are a standard for representing claims securely between two parties. JWTs can be used to transmit information between parties in a compact and self-contained manner. There are two types of tokens commonly used in authentication ...