aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-05-15 18:28:13 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-05-15 18:28:13 +0200
commit8fad4fa9d1b592ece4806dcd9abb6c011d3948bf (patch)
tree308196cb4ce6ad1b397fcea48daeefb6f1cbf366
parent757637433ca2ab2e0577d8137664dfcabc6df982 (diff)
downloadhmacaroons-8fad4fa9d1b592ece4806dcd9abb6c011d3948bf.tar.gz
hmacaroons-8fad4fa9d1b592ece4806dcd9abb6c011d3948bf.tar.zst
hmacaroons-8fad4fa9d1b592ece4806dcd9abb6c011d3948bf.zip
Transfer TODO to github issues
[ci skip]
-rw-r--r--README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.md b/README.md
index 452b90a..da77462 100644
--- a/README.md
+++ b/README.md
@@ -29,14 +29,3 @@ Implementations
29- [Node.js](https://github.com/nitram509/macaroons.js) 29- [Node.js](https://github.com/nitram509/macaroons.js)
30- [Python](https://github.com/ecordell/pymacaroons) 30- [Python](https://github.com/ecordell/pymacaroons)
31- [Rust](https://github.com/cryptosphere/rust-macaroons.git) 31- [Rust](https://github.com/cryptosphere/rust-macaroons.git)
32
33TODO
34====
35
36- Third party caveats
37- Verify Macaroons
38- Discharge Macaroons
39- JSON serialization
40- Quickcheck tests
41- Error handling
42- FFI's for testing and benchmarking purposes