diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-05-13 19:45:26 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-05-13 19:45:26 +0200 |
commit | e0ceb8d38cf44ea2a9e0d6564fe64a25fd3039b4 (patch) | |
tree | 6ff0f5fb3417edd6ccbef4aca3874253693f0481 /doc | |
parent | 5297366a121754218a1fa91c1986ab5bb44f8ffa (diff) | |
download | hmacaroons-e0ceb8d38cf44ea2a9e0d6564fe64a25fd3039b4.tar.gz hmacaroons-e0ceb8d38cf44ea2a9e0d6564fe64a25fd3039b4.tar.zst hmacaroons-e0ceb8d38cf44ea2a9e0d6564fe64a25fd3039b4.zip |
Add some notes on macaroons
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/notes.md | 24 |
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 | --- | ||
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 | |||