package jwto

  1. Overview
  2. Docs
JWT encoding, decoding and verification

Install

Dune Dependency

Authors

Maintainers

Sources

jwto-0.4.0.tbz
sha256=d77316759763070495e6484eb1226d936eb6d3d1aa1126187f512f2efdc86ca3
sha512=4daa12af774b69bf46fe1d61982c3ceba8c4cef08319926b9f639334f12c1624ea1eebe51208f8d5d8d32ea48935eb48e0db1d8679242479e5565e0b2626dcce

CHANGES.md.html

0.4.0

  • Use digestif instead of cryptokit

0.3.0

  • Added support for Bool in claim type

0.2.2

  • Expose getters get_header, get_payload and get_signature

0.2.1

  • Fix is_valid when the payload has more than one attribute

0.2

  • Use Base63 v3