]> git.immae.eu Git - github/fretlink/hmacaroons.git/blame - README.md
Cosmetic changes to README
[github/fretlink/hmacaroons.git] / README.md
CommitLineData
5f925017 1Macaroons: Pure haskell implementation of macaroons
f6781456
JT
2===================================================
3
5f925017 4[![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons)
2f3aef1b
TGB
5[![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)
6
f6781456
JT
7Macaroons is a pure haskell implementation of macaroons. It aims to provide
8compatibility at a serialized level with the [reference implementation](https://github.com/rescrv/libmacaroons)
9and the [python implementation](https://github.com/ecordell/pymacaroons)
10
2aede11a
JT
11**WARNING: This library has not been audited by security experts.**
12**There is no error handling at the moment, everyhting is silently accepted**
13
14It is developed in the purpose of exploration purposes, and would need much
15more attention if it were to be used in production.
16
17References
18==========
19
20Papers and articles
21-------------------
22
23- [Google paper on macaroons](http://research.google.com/pubs/pub41892.html)
24- [Macaroons at Mozilla](https://air.mozilla.org/macaroons-cookies-with-contextual-caveats-for-decentralized-authorization-in-the-cloud/)
25- [Time for better security in NoSQL](http://hackingdistributed.com/2014/11/23/macaroons-in-hyperdex/)
26
27Implementations
28---------------
29
30- [C](https://github.com/rescrv/libmacaroons)
31- [Java](https://github.com/nitram509/jmacaroons)
1971e224 32- [Node.js](https://github.com/nitram509/macaroons.js)
b44d2aa1
JT
33- [Python](https://github.com/ecordell/pymacaroons)
34- [Rust](https://github.com/cryptosphere/rust-macaroons.git)