Appendix - What is a JWT?
jwt-authn
What is a JWT?
A JWT (JSON Web Token), pronounced like “jot”, passes along information in the form of claims. It’s often used because it’s url safe and compact. Its components are also in the form of JSON objects, a popular way to read information across the internet. The cryptographic mechanisms of a JWS provide integrity protection as well.
Resources: