]> git.immae.eu Git - github/fretlink/hmacaroons.git/blob - doc/notes.md
Add some notes on macaroons
[github/fretlink/hmacaroons.git] / doc / notes.md
1 ---
2 title: Notes on macaroons and their implementation in haskell
3 author: Julien Tanguy
4 date: 2015-05-13
5 ---
6
7 Macaroons are not better than readily available SPKI/SDSI
8
9 They provide a framework for any token-based credential systems in the cloud
10
11 Examples:
12 - Cookies
13 - OAuth tokens
14 - SAML/OpenID assertions
15 - unlisted URLs
16
17 Macaroons support:
18
19 - attenuation
20 - delegation
21 - contextual confinement
22
23
24