X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=6d6087c50d48d496dd214355bc9f28803e0a19f7;hb=c2dfd0780f25efd92310ca0428198ff9aca704d8;hp=452b90a16bf117184838555e47c07bb435230f1b;hpb=c1e083c0be9f3791fa5527533a33eef63ebef497;p=github%2Ffretlink%2Fhmacaroons.git diff --git a/README.md b/README.md index 452b90a..6d6087c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -Macaroons: Pure haskell implementation of macaroons [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons) +Macaroons: Pure haskell implementation of macaroons =================================================== +[![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons) +[![Coverage Status](https://coveralls.io/repos/jtanguy/hmacaroons/badge.svg?branch=master&service=github)](https://coveralls.io/github/jtanguy/hmacaroons?branch=master) +[![Join the chat at https://gitter.im/jtanguy/hmacaroons](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jtanguy/hmacaroons?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + Macaroons is a pure haskell implementation of macaroons. It aims to provide compatibility at a serialized level with the [reference implementation](https://github.com/rescrv/libmacaroons) and the [python implementation](https://github.com/ecordell/pymacaroons) @@ -29,14 +33,3 @@ Implementations - [Node.js](https://github.com/nitram509/macaroons.js) - [Python](https://github.com/ecordell/pymacaroons) - [Rust](https://github.com/cryptosphere/rust-macaroons.git) - -TODO -==== - -- Third party caveats -- Verify Macaroons -- Discharge Macaroons -- JSON serialization -- Quickcheck tests -- Error handling -- FFI's for testing and benchmarking purposes