Introduction

What is JSON Web Token (JWT)?
JSON Web Token is a standard for safely passing claims in space constrained environments.

What are the three key features of JWT?
The three key features of JWT are:

  • Simplicity.
  • Compactness.
  • Usability.

What are claims?
Claims are definitions or assertions made about a certain party or object.

...