From 20367a3a089764adddcd216caa1a08ae88dc9494 Mon Sep 17 00:00:00 2001 From: Gevorg Harutyunyan Date: Fri, 7 Oct 2011 02:43:44 +0500 Subject: [PATCH] 1.0.6 corrected. --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b1f9004..63beb4a 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,10 @@ app.get('/', digest.apply, function(req, res) { ## Configurations - `authRealm` - Authentication realm. - - `authFile` - File where user details are stored in format '{user:pass}'. - - `authList` - List where user details are stored in format '{user:pass}', ignored if `authFile` is specified. - - `authType` - Type of authentication, may be 'basic' or 'digest', optional, default is 'digest'. - - `algorithm` - Algorithm that will be used for authentication, may be 'MD5' or 'MD5-sess', optional, default is 'MD5'. Only for 'digest' `authType`. + - `authFile` - File where user details are stored in format **{user:pass}**. + - `authList` - List where user details are stored in format **{user:pass}**, ignored if `authFile` is specified. + - `authType` - Type of authentication, may be **basic** or **digest**, optional, default is **digest**. + - `algorithm` - Algorithm that will be used for authentication, may be **MD5** or **MD5-sess**, optional, default is **MD5**. Only for **digest** `authType`. ## Dependencies diff --git a/package.json b/package.json index e2bc896..4bbc42c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ } ], "bugs": { - "web": "http://github.com/gevprg/htt-auth/issues" + "web": "http://github.com/gevprg/http-auth/issues" }, "dependencies": { "node-uuid": "1.2.0"