X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=da7746204ea6c4fcf01f8b3cafb22056fc7d7bb2;hb=15b8a37d5030deaa7625d6c9a62671a8368e5a78;hp=ea1a1e66b81eb033238978e3d7e5d2c6d86adce6;hpb=26d38f73993db56811d198a3e0b5c710722dd472;p=github%2Ffretlink%2Fhmacaroons.git diff --git a/README.md b/README.md index ea1a1e6..da77462 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Macaroons: Pure haskell implementation of macaroons +Macaroons: Pure haskell implementation of macaroons [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons) =================================================== Macaroons is a pure haskell implementation of macaroons. It aims to provide @@ -29,14 +29,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