What is a JWT?
The JSON Web Token is a safe way to transfer JSON data through a URI query string, HTTP header, or other transport means. This is a great alternative to maintaining session state without session variables and the explicit need for a database to lookup sensitive information.