diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-05-15 18:28:13 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-05-15 18:28:13 +0200 |
commit | 8fad4fa9d1b592ece4806dcd9abb6c011d3948bf (patch) | |
tree | 308196cb4ce6ad1b397fcea48daeefb6f1cbf366 | |
parent | 757637433ca2ab2e0577d8137664dfcabc6df982 (diff) | |
download | hmacaroons-8fad4fa9d1b592ece4806dcd9abb6c011d3948bf.tar.gz hmacaroons-8fad4fa9d1b592ece4806dcd9abb6c011d3948bf.tar.zst hmacaroons-8fad4fa9d1b592ece4806dcd9abb6c011d3948bf.zip |
Transfer TODO to github issues
[ci skip]
-rw-r--r-- | README.md | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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 | |||
33 | TODO | ||
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 | ||