An introduction to JSON Web Tokens (JWT)
What are they? JSON Web Token (JWT) is a standard for representing claims securely between two parties. A claim is a name value pair which represents information about the subject, that the server/service hold to be true. A JWT is a string representing a set of claims as a JSON