paseto-0.1.0.0: README.md
# paseto-haskell
A Haskell implementation of
[PASETO (**P**latform-**A**gnostic **SE**curity **TO**kens)](https://paseto.io/).
## What is PASETO?
PASETO is everything you love about JOSE (JWT, JWE, JWS) without any of the
[many design deficits that plague the JOSE standards](https://paragonie.com/blog/2017/03/jwt-json-web-tokens-is-bad-standard-that-everyone-should-avoid).
## More Information
For more information about this library and a rundown on how to use it, check
out the [README on GitHub](https://github.com/intricate/paseto-haskell#readme).