]> git.immae.eu Git - github/fretlink/hmacaroons.git/blobdiff - README.md
Add ~/.cabal/bin to PATH
[github/fretlink/hmacaroons.git] / README.md
index 452b90a16bf117184838555e47c07bb435230f1b..6336c6790a7f5c7501c39ccc0b5f64ff0347bd6b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
-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)
+[![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 +32,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