# 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
| 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 |