An open API service indexing awesome lists of open source software.

https://github.com/jaredhanson/passport-oauth

OAuth 1.0 and 2.0 authentication strategies for Passport and Node.js.
https://github.com/jaredhanson/passport-oauth

oauth oauth2 passport

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# passport-oauth

General-purpose OAuth 1.0 and OAuth 2.0 authentication strategies for [Passport](https://github.com/jaredhanson/passport).

This is a meta-module that combines [passport-oauth1](https://github.com/jaredhanson/passport-oauth1)
and [passport-oauth2](https://github.com/jaredhanson/passport-oauth2). It
exists for backwards-compatibility with the 0.1.x line of OAuth-based
strategies. As of version 1.x.x, it is encouraged to declare dependencies
on the module that implements specific version of OAuth in use.

---


Advertisement


Learn OAuth 2.0 - Get started as an API Security Expert
Just imagine what could happen to YOUR professional career if you had skills in OAuth > 8500 satisfied students

---

[![npm](https://img.shields.io/npm/v/passport-oauth.svg)](https://www.npmjs.com/package/passport-oauth)
[![build](https://img.shields.io/travis/jaredhanson/passport-oauth.svg)](https://travis-ci.org/jaredhanson/passport-oauth)
[![coverage](https://img.shields.io/coveralls/jaredhanson/passport-oauth.svg)](https://coveralls.io/github/jaredhanson/passport-oauth)
[...](https://github.com/jaredhanson/passport-oauth/wiki/Status)

## Install

$ npm install passport-oauth

## Tests

$ npm install
$ npm test

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