@hackage jwt0.1.0
JSON Web Token (JWT) decoding and encoding
Categories
License
MIT
Maintainer
stefan@saasen.me
Links
Versions
Installation
Dependencies (12)
- aeson >=0.7
- base >=4.6 && <4.7
- base64-bytestring >=1.0
- bytestring >=0.10
- containers >=0.5
- cryptohash >=0.11 Show all…
Dependents (23)
@hackage/postgres-websockets, @hackage/cj-token, @hackage/postgrest, @hackage/google-cloud-common, @hackage/happstack-authenticate, @hackage/prodapi-userauth, Show all…
JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties.
To get started, see the documentation for the Web.JWT module.