JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. JWT.IO allows you to decode, verify and generate JWT. A handy NPM package to encode/sign and decode/verify JSON Web Tokens is jsonwebtoken. JWT.io → jsonwebtoken →