@hackage jose-jwt0.4
JSON Object Signing and Encryption Library
Categories
License
BSD-3-Clause
Maintainer
Luke Taylor <tekul.hs@gmail.com>
Links
Versions
Installation
Dependencies (20)
- aeson >=0.7
- base >=4.6 && <5
- base64-bytestring >=1
- byteable >=0.1.1
- bytestring >=0.9
- cereal >=0.4 Show all…
Dependents (14)
@hackage/qr-imager, @hackage/yesod-auth-lti13, @hackage/oidc-client, @hackage/servant-aeson-generics-typescript, @hackage/hoauth2-demo, @hackage/kubernetes-client, Show all…
Intended to provide support for the JOSE suite of IETF (draft) standards and the closely related JWT (JSON web token) spec (http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32/).
Both signed and encrypted JWTs are supported, as well as simple JWK format keys.
The library is currently intended to support work on an OpenID Connect implementation and the APIs should not be considered complete, stable or secure for all use cases.