@hackage jose0.3.41.0
Javascript Object Signing and Encryption and JSON Web Token library
Categories
License
Apache-2.0
Maintainer
frase@frase.id.au
Links
Versions
Installation
Dependencies (24)
- aeson >=0.7 && <0.9
- attoparsec
- base >=4 && <5
- base64-bytestring >=1.0 && <1.1
- bifunctors >=4.0
- byteable >=0.1 && <0.2 Show all…
Dependents (30)
@hackage/cachix-api, @hackage/postgres-websockets, @hackage/minion-jwt, @hackage/postgrest, @hackage/keycloak-hs, @hackage/firebase-hs, Show all…
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] (https://datatracker.ietf.org/doc/draft-ietf-oauth-json-web-token/).
Encryption (JWE) is not supported but signing is supported. All key types and algorithms are supported, but EC and symmetric key generation is not yet implemented.
Contributions are welcome.