Skip to content

Commit

Permalink
Add description to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Apr 28, 2012
1 parent 204d51b commit fe3eb13
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Passport-GitHub

[Passport](https://github.com/jaredhanson/passport) strategy for authenticating
with [GitHub](https://github.com/) using the OAuth 2.0 API.
[Passport](http://passportjs.org/) strategy for authenticating with [GitHub](https://github.com/)
using the OAuth 2.0 API.

This module lets you authenticate using GitHub in your Node.js applications.
By plugging into Passport, GitHub authentication can be easily and
unobtrusively integrated into any application or framework that supports
[Connect](http://www.senchalabs.org/connect/)-style middleware, including
[Express](http://expressjs.com/).

## Installation

Expand Down

0 comments on commit fe3eb13

Please sign in to comment.