Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Jan 24, 2012
1 parent ead7810 commit a72a8df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,16 +1,16 @@
##Flexible HTTP Basic Authentication for Connect Framework.
#Flexible HTTP Basic Authentication for Connect Framework.

### Why
## Why
This project came to live due to the lack of flexibility of the existent middlewares, specially
when developing RESTful APIs.

### Features
## Features
* Easy to use
* Asynchronous
* Gives you access to the request and response objects from your authentication callback.
* Lets you send a custom response body along with the Authorization Required header. Useful for RESTful APIs.

### How to use
## How to use

```javascript
var basicAuth = require('connect-basic-auth');
Expand Down Expand Up @@ -48,7 +48,7 @@ app.get('/accounts/:username', function(req, res, next) {

```

### License
## License
(The MIT License)

Copyright 2012 Camilo Aguilar. All rights reserved.
Expand Down

0 comments on commit a72a8df

Please sign in to comment.