Jwt

JSON Web Token

Intro

JSON Web Tokens are an open, industry standard method for representing claims securely between two parties.

Tools

jwt.io allows you to decode, verify and generate JWT.

Reference

 RFC 7519