Description
Provides support for JSON Object Signing and Encryption and JSON Web Tokens in Haskell. Software can use it to create, read, validate, sign, or encrypt token-based data structures.
It is useful for authentication, API security, service integration, and systems that exchange signed JSON claims. It is a developer library and must be used correctly with the surrounding security design.