package jose

  1. Overview
  2. Docs
JOSE implementation for OCaml and ReasonML

Install

Dune Dependency

Authors

Maintainers

Sources

jose-v0.8.2.tbz
sha256=0123f93d77c5acc036bb31a25582958b5bdb42e0aa2084985973fcd1261610fa
sha512=b742aa3102ae94bcfc4e6fd883c011db1068d4f41121b37b1a2e85ce90c25ae7b29145fce67443cfa0b5625fd874afa65e18816f9a74efb9d5ea910fefcfcbc5

README.md.html

JOSE - JavaScript Object Signing and Encryption

JOSE implementation in ReasonML and OCaml

Goals

This package aims to implement the JOSE specication. The main usecase for JOSE is probably JWT signing and verification via JWKs.

pre 1.0.0

Expect breaking changes on minor releases but patch should not be breaking.

I want to get feedback on both the API and implementation. Issues and PRs are more than welcome.