aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/notes.md')
-rw-r--r--doc/notes.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/notes.md b/doc/notes.md
new file mode 100644
index 0000000..db75a59
--- /dev/null
+++ b/doc/notes.md
@@ -0,0 +1,24 @@
1---
2title: Notes on macaroons and their implementation in haskell
3author: Julien Tanguy
4date: 2015-05-13
5---
6
7Macaroons are not better than readily available SPKI/SDSI
8
9They provide a framework for any token-based credential systems in the cloud
10
11Examples:
12- Cookies
13- OAuth tokens
14- SAML/OpenID assertions
15- unlisted URLs
16
17Macaroons support:
18
19- attenuation
20- delegation
21- contextual confinement
22
23
24