paseto: Platform-Agnostic Security Tokens

[ cryptography, library, mit ] [ Propose Tags ] [ Report a vulnerability ]

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, 0.1.1.0, 0.1.1.1
Change log CHANGELOG.md
Dependencies aeson (>=2.0.1.0 && <2.3), base (>=4.14 && <5), base16-bytestring (>=1.0.1 && <1.1), base64-bytestring (>=1.2.1 && <1.3), basement (>=0.0.11 && <0.1), binary (>=0.8.7 && <0.9), bytestring (>=0.11 && <0.12), containers (>=0.6.0.1 && <0.7), crypton (>=0.34 && <1.1), deepseq (>=1.4.4 && <1.5), memory (>=0.15.0 && <0.19), mtl (>=2.2.2 && <2.4), parsec (>=3.1.14 && <3.2), text (>=1.2.3.2 && <2.2), time (>=1.11 && <1.13), transformers-except (>=0.1.4 && <0.2) [details]
Tested with ghc ==9.6.3, ghc ==9.4.8, ghc ==8.10.1
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-10-27T17:39:22Z
Distributions
Downloads 49 total (33 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-10-27 [all 1 reports]

Readme for paseto-0.1.1.1

[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.