Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/puffnfresh/haskell-jwt

Last synced: about 2 hours ago

Repository metadata:

JSON Web Token (JWT) decoding and encoding


Owner metadata:


Committers metadata

Last synced: about 6 hours ago

Total Commits: 153
Total Committers: 15
Avg Commits per committer: 10.2
Development Distribution Score (DDS): 0.399

Commits in past year: 2
Committers in past year: 1
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Stefan Saasen s****n@s****e 92
Brian McKenna b****a@a****m 19
Brian McKenna b****n@b****g 9
Aaron Levin v****n@g****m 8
Robert Massaioli r****i@a****m 5
patrick brisbin p****n@g****m 5
Robert Massaioli r****i@g****m 4
Brandon Chinn b****n@l****o 2
Richard Wallace r****e@t****t 2
Utku Demir u****r@g****m 2
David Fox d****f@s****m 1
Greg V g****g@u****y 1
Kirill Elagin k****n@g****m 1
Taylor Fausak t****r@f****e 1
Tim McGilchrist t****l@g****m 1

Issue and Pull Request metadata

Last synced: about 2 hours ago


Package metadata

hackage: jwt

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.

  • Homepage: https://github.com/puffnfresh/haskell-jwt
  • Licenses: MIT
  • Latest release: 0.11.0 (published almost 3 years ago)
  • Last Synced: 2024-11-09T02:04:08.457Z (1 day ago)
  • Versions: 23
  • Dependent Packages: 9
  • Dependent Repositories: 240
  • Downloads: 25,453 Total
  • Rankings:
    • Dependent repos count: 1.701%
    • Dependent packages count: 2.718%
    • Downloads: 5.787%
    • Average: 9.642%
    • Stargazers count: 18.056%
    • Forks count: 19.949%
  • Maintainers (1)

Dependencies

jwt.cabal hackage
  • aeson >=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 *
  • HUnit * test
  • QuickCheck >=2.4.0.1 test
  • aeson * test
  • base >=4.8 && <5 test
  • bytestring >=0.10 test
  • containers * test
  • cryptonite * test
  • cryptostore * test
  • doctest >=0.20 test
  • http-types * test
  • jwt * test
  • lens * test
  • lens-aeson * test
  • memory * test
  • network-uri * test
  • scientific >=0.2 test
  • semigroups >=0.15.4 test
  • tasty >=0.7 test
  • tasty-hunit >=0.4 test
  • tasty-quickcheck >=0.3 test
  • tasty-th >=0.1 test
  • text >=0.11 test
  • time >=1.1 test
  • unordered-containers * test
  • vector >=0.7.1 test
  • x509 * test
  • x509-store * test
.github/workflows/haskell.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/setup-haskell v1 composite