diff options
-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 | ||