jwt: JSON Web Token (JWT) decoding and encoding

[ library, mit, web ] [ Propose Tags ] [ Report a vulnerability ]

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.


[Skip to Readme]

Modules

[Index] [Quick Jump]

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

Versions [RSS]0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.11.0
Change logCHANGELOG.md
Dependenciesaeson (>=0.7), base (>=4.8 && <5), bytestring (>=0.10), containers (>=0.5), cryptonite (>=0.6), cryptostore (>=0.2), http-types (>=0.8), memory (>=0.8), network-uri, scientific (>=0.2), semigroups (>=0.15.4), text (>=0.11), time (>=1.1), unordered-containers (>=0.2), vector (>=0.7.1), x509, x509-store [details]
LicenseMIT
AuthorBrian McKenna
Maintainerbrian@brianmckenna.org
RevisedRevision 1 made by puffnfresh at 2022-02-10T02:18:03Z
CategoryWeb
Home pagehttps://github.com/puffnfresh/haskell-jwt
Bug trackerhttps://github.com/puffnfresh/haskell-jwt/issues
Source repohead: git clone https://bitbucket.org/puffnfresh/haskell-jwt.git
Uploadedby puffnfresh at 2021-12-10T04:09:33Z
DistributionsDebian:0.10.0, NixOS:0.11.0
Reverse Dependencies22 direct, 23 indirect [details]
Downloads25863 total (7 in the last 30 days)
Rating1.75 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
StatusDocs available [build log]
Last success reported on 2021-12-10 [all 1 reports]

Readme for jwt-0.11.0

[back to package description]

Haskell JSON Web Token (JWT)

JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties.

From http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html

JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JavaScript Object Notation (JSON) object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or MACed and/or encrypted.

See the Web.JWT module documentation to get started.

BuildStatus

close