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.
- Host: GitHub
- URL: https://github.com/jaredhanson/passport-oauth
- Owner: jaredhanson
- License: mit
- Created: 2011-10-10T06:45:34.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T03:08:27.000Z (over 1 year ago)
- Last Synced: 2025-05-04T22:04:16.350Z (5 months ago)
- Topics: oauth, oauth2, passport
- Language: JavaScript
- Homepage: https://www.passportjs.org/packages/passport-oauth/?utm_source=github&utm_medium=referral&utm_campaign=passport-oauth
- Size: 159 KB
- Stars: 116
- Watchers: 7
- Forks: 54
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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---
[](https://www.npmjs.com/package/passport-oauth)
[](https://travis-ci.org/jaredhanson/passport-oauth)
[](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/)>