]> git.immae.eu Git - github/fretlink/hmacaroons.git/commitdiff
Add some notes on macaroons
authorJulien Tanguy <julien.tanguy@jhome.fr>
Wed, 13 May 2015 17:45:26 +0000 (19:45 +0200)
committerJulien Tanguy <julien.tanguy@jhome.fr>
Wed, 13 May 2015 17:45:26 +0000 (19:45 +0200)
[ci skip]

doc/notes.md [new file with mode: 0644]

diff --git a/doc/notes.md b/doc/notes.md
new file mode 100644 (file)
index 0000000..db75a59
--- /dev/null
@@ -0,0 +1,24 @@
+---
+title: Notes on macaroons and their implementation in haskell
+author: Julien Tanguy
+date: 2015-05-13
+---
+
+Macaroons are not better than readily available SPKI/SDSI
+
+They provide a framework for any token-based credential systems in the cloud
+
+Examples: 
+- Cookies
+- OAuth tokens
+- SAML/OpenID assertions
+- unlisted URLs
+
+Macaroons support: 
+
+- attenuation
+- delegation
+- contextual confinement
+
+
+