Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ulrikstrid/ocaml-jose
- Owner: ulrikstrid
- License: mit
- Created: 2020-01-01T20:59:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T07:58:39.000Z (about 1 month ago)
- Last Synced: 2024-12-19T08:37:44.113Z (about 1 month ago)
- Topics: crypto, jose, jwk, jwt, oidc
- Language: OCaml
- Homepage: https://ulrikstrid.github.io/ocaml-jose/
- Size: 10.5 MB
- Stars: 53
- Watchers: 5
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - reason-jose
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.