Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ulrikstrid/ocaml-jose


https://github.com/ulrikstrid/ocaml-jose

crypto jose jwk jwt oidc

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# JOSE - JavaScript Object Signing and Encryption

JOSE implementation in ReasonML and OCaml

[![Build Status](https://dev.azure.com/strid/ocaml-jose/_apis/build/status/ulrikstrid.ocaml-jose?branchName=master)](https://dev.azure.com/strid/ocaml-jose/_build/latest?definitionId=39&branchName=master)

## 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.