]> git.immae.eu Git - github/fretlink/hmacaroons.git/blob - README.md
Initial commit
[github/fretlink/hmacaroons.git] / README.md
1 Macaroons: Pure haskell implementation of macaroons
2 ===================================================
3
4 Macaroons is a pure haskell implementation of macaroons. It aims to provide
5 compatibility at a serialized level with the [reference implementation](https://github.com/rescrv/libmacaroons)
6 and the [python implementation](https://github.com/ecordell/pymacaroons)
7
8 [Google paper on macaroons](http://research.google.com/pubs/pub41892.html)
9 [Macaroons at Mozilla](https://air.mozilla.org/macaroons-cookies-with-contextual-caveats-for-decentralized-authorization-in-the-cloud/)
10 [Time for better security in NoSQL](http://hackingdistributed.com/2014/11/23/macaroons-in-hyperdex/)
11 [Pure java implementation](https://github.com/nitram509/jmacaroons)
12
13 TODO
14 ====
15
16 - Verifiy Macaroons
17 - Discharge Macaroons
18