aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
blob: 806d141bbe872ad0918a59bf24ae3b27cd632557 (plain) (blame)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>hmacaroons-0.5.0.0: Haskell implementation of macaroons</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">hmacaroons-0.5.0.0: Haskell implementation of macaroons</p></div><div id="content"><div id="description"><h1>hmacaroons-0.5.0.0: Haskell implementation of macaroons</h1><div class="doc"><p>Hmacaroons is a pure haskell implementation of macaroons. It aims to
provide compatibility at a serialized level with the
<a href="https://github.com/rescrv/libmacaroons">reference implementation</a> and
the <a href="https://github.com/ecordell/pymacaroons">python implementation</a></p><p><strong>WARNING: This library has not been audited by security experts.</strong>
<strong>There is no error handling at the moment, everything is silently accepted</strong></p><p>It is developed in the purpose of exploration purposes, and would need
much more attention if it were to be used in production.</p><h1>References</h1><p><a name="references"></a></p><h2>Papers and articles</h2><p><a name="papers-and-articles"></a></p><ul><li><a href="http://research.google.com/pubs/pub41892.html">Google paper on macaroons</a></li><li><a href="https://air.mozilla.org/macaroons-cookies-with-contextual-caveats-for-decentralized-authorization-in-the-cloud/">Macaroons at Mozilla</a></li><li><a href="http://hackingdistributed.com/2014/11/23/macaroons-in-hyperdex/">Time for better security in NoSQL</a></li></ul><h2>Implementations</h2><p><a name="implementations"></a></p><ul><li><a href="https://github.com/rescrv/libmacaroons">C</a></li><li><a href="https://github.com/nitram509/jmacaroons">Java</a></li><li><a href="https://github.com/nitram509/macaroons.js">Node.js</a></li><li><a href="https://github.com/ecordell/pymacaroons">Python</a></li><li><a href="https://github.com/cryptosphere/rust-macaroons.git">Rust</a></li></ul></div></div><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">Crypto</span><ul id="section.n.1" class="show"><li><span class="module"><span id="control.n.1.1" class="collapser" onclick="toggleSection('n.1.1')">&nbsp;</span><a href="Crypto-Macaroon.html">Crypto.Macaroon</a></span><ul id="section.n.1.1" class="show"><li><span id="control.n.1.1.1" class="module collapser" onclick="toggleSection('n.1.1.1')">Serializer</span><ul id="section.n.1.1.1" class="show"><li><span class="module"><a href="Crypto-Macaroon-Serializer-Base64.html">Crypto.Macaroon.Serializer.Base64</a></span></li></ul></li><li><span class="module"><a href="Crypto-Macaroon-Verifier.html">Crypto.Macaroon.Verifier</a></span></li></ul></li></ul></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.16.1</p></div></body></html>