From 939754afde99342bed835930f0046a303ec7ca5a Mon Sep 17 00:00:00 2001 From: Eran Hammer Date: Fri, 12 Apr 2013 11:35:47 -0700 Subject: [PATCH] Closes #55 --- README.md | 14 +++++++++---- lib/browser.js | 49 +++++++++++++++++-------------------------- lib/client.js | 4 ++-- lib/crypto.js | 17 +++++++++++++-- lib/server.js | 6 +++--- package.json | 2 +- test/browser.js | 55 ++++++++++++++++++++++++++++++++++++++++++++++--- test/readme.js | 2 +- 8 files changed, 103 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index cf83197..7061a70 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Hawk** is an HTTP authentication scheme using a message authentication code (MAC) algorithm to provide partial HTTP request cryptographic verification. For more complex use cases such as access delegation, see [Oz](https://github.com/hueniverse/oz). -Current version: **0.12** +Current version: **0.13** [![Build Status](https://secure.travis-ci.org/hueniverse/hawk.png)](http://travis-ci.org/hueniverse/hawk) @@ -345,10 +345,16 @@ Server-Authorization: Hawk mac="XIJRsMl/4oL+nn+vKoeVZPdCHXB4yJkNnBbTbHFZUYE=", h ## Browser Support and Considerations -An experimental browser script is provided for including using a `