# passport-oauth

> OAuth 1.0 and 2.0 authentication strategies for Passport.

Latest version **1.0.0** (published 2013-08-15) · 0 weekly downloads

## Install

```sh
npm install passport-oauth
pnpm add passport-oauth
yarn add passport-oauth
bun add passport-oauth
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2013-08-15 |
| First published | 2011-10-23 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.4.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 117 |
| Author | Jared Hanson |
| Maintainers | jaredhanson |
| Keywords | passport, auth, authn, authentication, authz, authorization, oauth, oauth2 |

## Links

- npm: https://www.npmjs.com/package/passport-oauth
- Repository: https://github.com/jaredhanson/passport-oauth
- Issues: http://github.com/jaredhanson/passport-oauth/issues
- npm.io page: https://npm.io/package/passport-oauth

## Dependencies (2)

- [passport-oauth1](https://npm.io/package/passport-oauth1.md) 1.x.x
- [passport-oauth2](https://npm.io/package/passport-oauth2.md) 1.x.x

## Alternatives

- [@clerk/clerk-expo](https://npm.io/package/@clerk/clerk-expo.md) — 133.6K weekly downloads
- [@pothos/plugin-authz](https://npm.io/package/@pothos/plugin-authz.md) — 12.4K weekly downloads
- [@bounded-sh/client](https://npm.io/package/@bounded-sh/client.md) — 3.2K weekly downloads
- [@luigi-project/plugin-auth-oauth2](https://npm.io/package/@luigi-project/plugin-auth-oauth2.md) — 2.3K weekly downloads
- [@nocobase/plugin-verification](https://npm.io/package/@nocobase/plugin-verification.md) — 2.0K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2013-08-15
- 0.1.15 — 2013-04-10
- 0.1.14 — 2013-02-10
- 0.1.13 — 2013-01-03
- 0.1.12 — 2012-07-30
- 0.1.11 — 2012-07-30
- 0.1.10 — 2012-07-29
- 0.1.9 — 2012-06-22
- 0.1.8 — 2012-05-28
- 0.1.7 — 2012-04-01
- 0.1.6 — 2012-03-15
- 0.1.5 — 2012-03-05
- 0.1.4 — 2012-02-18
- 0.1.3 — 2012-01-12
- 0.1.2 — 2011-12-02
- … 2 more at https://npm.io/package/passport-oauth/versions

## README

# passport-oauth

[![Build](https://travis-ci.org/jaredhanson/passport-oauth.png)](http://travis-ci.org/jaredhanson/passport-oauth)
[![Coverage](https://coveralls.io/repos/jaredhanson/passport-oauth/badge.png)](https://coveralls.io/r/jaredhanson/passport-oauth)
[![Dependencies](https://david-dm.org/jaredhanson/passport-oauth.png)](http://david-dm.org/jaredhanson/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.

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

---
_Source: https://npm.io/package/passport-oauth · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
