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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.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.3), 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]
License MIT
Author Luke Nadur
Maintainer Luke Nadur
Revised Revision 2 made by intricate at 2024-09-28T19:07:56Z
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 16 total (6 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.