paseto: Platform-Agnostic Security Tokens

[ cryptography, library, mit ] [ Propose Tags ]

Haskell implementation of PASETO (Platform-Agnostic Security Tokens). . The recommended entry point for this library is Crypto.Paseto. . For more information about this library and a rundown on how to use it, check out the README on GitHub.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies aeson (>=2.2.3 && <2.3), base (>=4.14 && <5), base16-bytestring (>=1.0.2 && <1.1), base64-bytestring (>=1.2.1 && <1.3), basement (>=0.0.16 && <0.1), binary (>=0.8.9 && <0.9), bytestring (>=0.11.5 && <0.12), containers (>=0.6.7 && <0.7), crypton (>=1.0.0 && <1.1), deepseq (>=1.4.8 && <1.5), memory (>=0.18.0 && <0.19), mtl (>=2.2.2 && <2.3), parsec (>=3.1.16 && <3.2), text (>=2.0.2 && <2.1), time (>=1.12.2 && <1.13), transformers-except (>=0.1.4 && <0.2) [details]
License MIT
Author Luke Nadur
Maintainer Luke Nadur
Category Cryptography
Home page https://github.com/intricate/paseto-haskell
Bug tracker https://github.com/intricate/paseto-haskell/issues
Source repo head: git clone git://github.com/intricate/paseto-haskell.git
Uploaded by intricate at 2024-09-22T23:45:33Z
Distributions
Downloads 11 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for paseto-0.1.0.0

[back to package description]

paseto-haskell

A Haskell implementation of PASETO (Platform-Agnostic SEcurity TOkens).

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.

More Information

For more information about this library and a rundown on how to use it, check out the README on GitHub.