jose

Javascript Object Signing and Encryption and JSON Web Token library

https://github.com/frasertweedale/hs-jose

Version on this page:0.5.0.2
LTS Haskell 22.13:0.11
Stackage Nightly 2024-03-14:0.11
Latest on Hackage:0.11

See all snapshots jose appears in

Apache-2.0 licensed by Fraser Tweedale
Maintained by [email protected]
This version can be pinned in stack with:jose-0.5.0.2@sha256:278721a8fba9d553b38d76ab1a2c2df821f63a772c5f93617715f912c51057f4,3511

jose - Javascript Object Signing and Encryption & JWT (JSON Web Token)

jose is a Haskell implementation of Javascript Object Signing and Encryption and JSON Web Token.

Encryption (JWE) is not supported but signing is supported. All key types and algorithms are supported, however, EC signing is currently vulnerable to timing attacks therefore its use is strongly discouraged (EC validation is safe).

Contributions are welcome.