Skip to content

mirkods/passport-oauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

StrategyOAuth Version
37signals2.0
AllPlayers.com1.0
AngelList2.0
Bitbucket1.0a
Cloud Foundry (UAA)2.0
Digg1.0a
Dropbox1.0
Dwolla2.0
Evernote1.0a
Facebook2.0
Fitbit1.0a
Flickr1.0a
Foursquare2.0
Geoloqi2.0
GitHub2.0
Goodreads1.0
Google1.0a, 2.0
Gowalla2.0
Instagram2.0
Justin.tv1.0a
LinkedIn1.0a
Meetup1.0a
Netflix1.0a
Ohloh1.0
OpenStreetMap1.0a
picplz2.0
Rdio1.0a
Readability1.0a
RunKeeper2.0
SmugMug1.0a
SoundCloud2.0
TripIt1.0
Tumblr1.0a
Twitter1.0a
Vimeo1.0a
Windows Live2.0
Yahoo!1.0a
Yammer2.0

Tests

$ npm install --dev
$ make test

Build Status

Credits

License

The MIT License

Copyright (c) 2011-2013 Jared Hanson <http://jaredhanson.net/>

About

OAuth 1.0 and 2.0 authentication strategies for Passport and Node.js.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Makefile 0.4%