# passport-oauth **Repository Path**: mirrors_mathisonian/passport-oauth ## Basic Information - **Project Name**: passport-oauth - **Description**: OAuth 1.0 and 2.0 authentication strategies for Passport and Node.js. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Passport-OAuth General-purpose OAuth 1.0 and OAuth 2.0 authentication strategies for [Passport](https://github.com/jaredhanson/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](http://www.senchalabs.org/connect/)-style middleware, including [Express](http://expressjs.com/). 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](https://secure.travis-ci.org/jaredhanson/passport-oauth.png)](http://travis-ci.org/jaredhanson/passport-oauth) ## Credits - [Jared Hanson](http://github.com/jaredhanson) ## License [The MIT License](http://opensource.org/licenses/MIT) Copyright (c) 2011-2013 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>