JSON Web Tokens is a popular web standard for representing claims securely
between two parties. In a nutshell, a JSON Web Token is several chunks of
Base64-encoded JSON concatenated together, specifying who issued it and for
whom, what’s the audience of the token, for how long it’s valid,