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 4db1741 commit c18ed12
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-Tumblr

[Passport](https://github.com/jaredhanson/passport) strategy for authenticating
with [Tumblr](https://www.tumblr.com/) using the OAuth 1.0a API.
[Passport](http://passportjs.org/) strategy for authenticating with [Tumblr](https://www.tumblr.com/)
using the OAuth 1.0a API.

This module lets you authenticate using Tumblr in your Node.js applications.
By plugging into Passport, Tumblr 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 c18ed12

Please sign in to comment.