Navigation Menu

Skip to content

Commit

Permalink
1.0.6 corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
gevorg committed Oct 6, 2011
1 parent 4ac30b9 commit 20367a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 20367a3

Please sign in to comment.