Package Exports
- passport-oauth
- passport-oauth/lib/passport-oauth/strategies/utils
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (passport-oauth) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Passport-OAuth
General-purpose OAuth 1.0 and OAuth 2.0 authentication strategies for Passport.
This module lets you authenticate using OAuth in your Node.js applications. By plugging into Passport, OAuth authentication can be easily and unobtrusively integrated into any application or framework that supports Connect-style middleware, including Express.
Note that this strategy provides generic OAuth support. In many cases, a provider-specific strategy can be used instead, which cuts down on unnecessary configuration, and accommodates any provider-specific quirks. See the list below for supported providers.
Developers who need to implement authentication against an OAuth provider that is not already supported are encouraged to sub-class this strategy. If you choose to open source the new provider-specific strategy, send me a message and I will update the list.
Installation
$ npm install passport-oauth
Strategies using OAuth
Strategy | OAuth Version |
---|---|
37signals | 2.0 |
AllPlayers.com | 1.0 |
AngelList | 2.0 |
Bitbucket | 1.0a |
Cloud Foundry (UAA) | 2.0 |
Digg | 1.0a |
Dropbox | 1.0 |
Dwolla | 2.0 |
Evernote | 1.0a |
2.0 | |
Fitbit | 1.0a |
Flickr | 1.0a |
Foursquare | 2.0 |
Geoloqi | 2.0 |
GitHub | 2.0 |
Goodreads | 1.0 |
1.0a, 2.0 | |
Gowalla | 2.0 |
2.0 | |
Justin.tv | 1.0a |
1.0a | |
Meetup | 1.0a |
Netflix | 1.0a |
Ohloh | 1.0 |
OpenStreetMap | 1.0a |
picplz | 2.0 |
Rdio | 1.0a |
Readability | 1.0a |
RunKeeper | 2.0 |
SmugMug | 1.0a |
SoundCloud | 2.0 |
TripIt | 1.0 |
Tumblr | 1.0a |
1.0a | |
Vimeo | 1.0a |
Windows Live | 2.0 |
Yahoo! | 1.0a |
Yammer | 2.0 |
Tests
$ npm install --dev
$ make test
Credits
License
Copyright (c) 2011-2013 Jared Hanson <http://jaredhanson.net/>