0.1.15 • Published 10 years ago

passport-oauth-no-web-server v0.1.15

Weekly downloads
10
License
-
Repository
github
Last release
10 years ago

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

Tests

$ npm install --dev
$ make test

Build Status

Credits

License

The MIT License

Copyright (c) 2011-2013 Jared Hanson [http://jaredhanson.net/](http://jaredhanson.net/)