-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shirkey
committed
Jun 21, 2014
1 parent
791b7f4
commit 5a0f333
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,11 @@ [email protected] | |
|
||
*Me:* | ||
|
||
I'm @shirkeydev | ||
I'm @shirkeydev ... | ||
|
||
* Aspects of Security | ||
.image img/gravatar.jpeg | ||
|
||
* Security Aspects | ||
|
||
*Data* | ||
|
||
|
@@ -198,10 +200,13 @@ Notice that without the first-party caveat, our base macaroon can access *any* u | |
|
||
- *add_third_party_caveat* -- include external verification of macaroons | ||
|
||
- since Macaroons are based on HMAC, it is possible we will see Javascript implementations soon | ||
- since Macaroons are based on HMAC, it is very likely we will see native Javascript implementations soon | ||
|
||
* References | ||
|
||
.link https://github.com/rescrv/libmacaroons | ||
.link http://theory.stanford.edu/~ataly/Papers/macaroons.pdf | ||
.link http://cs.nyu.edu/web/Research/TechReports/TR2013-962/TR2013-962.pdf | ||
.link http://hackingdistributed.com/2014/05/16/macaroons-are-better-than-cookies/ Macaroons are Better Than Cookies! (article) | ||
.link http://hackingdistributed.com/2014/05/21/my-first-macaroon/ My First Macaroon: A New Way to do Authorization (article) | ||
.link http://github.com/rescrv/libmacaroons libmacaroons (source code) | ||
.link http://theory.stanford.edu/~ataly/Papers/macaroons.pdf Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud (the original research paper) | ||
.link http://air.mozilla.org/macaroons-cookies-with-contextual-caveats-for-decentralized-authorization-in-the-cloud/ Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud (presentation by Google Research team member) | ||
.link http://cs.nyu.edu/web/Research/TechReports/TR2013-962/TR2013-962.pdf Cryptographic Security of Macaroon Authorization Credentials (additional research paper) |