A simple package use to create and verify JSON-Web-Tokens. Built on the concept of Signing Keys, JWTs can be signed and verified with a set of various keys. This is useful when you either want to sign a token with a default or non-standard key, or if you want to support multiple verification keys.