# passport-google-oauth

> Google (OAuth) authentication strategies for Passport.

Latest version **2.0.0** (published 2019-03-08) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2019-03-08 |
| First published | 2012-01-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/passport-google-oauth) |
| Module format | CommonJS |
| Node | >= 0.4.0 |
| Dependencies | 2 |
| Unpacked size | 8.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 776 |
| Author | Jared Hanson |
| Maintainers | jaredhanson |
| Keywords | passport, google, auth, authn, authentication, identity |

## Links

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

## Dependencies (2)

- [passport-google-oauth1](https://npm.io/package/passport-google-oauth1.md) 1.x.x
- [passport-google-oauth20](https://npm.io/package/passport-google-oauth20.md) 2.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

- 2.0.0 (latest) — 2019-03-08
- 1.0.0 — 2016-02-04
- 0.2.0 — 2015-03-05
- 0.1.5 — 2013-01-23
- 0.1.4 — 2012-04-28
- 0.1.3 — 2012-03-05
- 0.1.2 — 2012-02-18
- 0.1.1 — 2012-02-18
- 0.1.0 — 2012-01-12

## README

# passport-google-oauth

[Passport](http://passportjs.org/) strategies for authenticating with [Google](http://www.google.com/)
using OAuth 1.0a and OAuth 2.0.

This is a meta-module that combines [passport-google-oauth1](https://github.com/jaredhanson/passport-google-oauth1)
and [passport-google-oauth20](https://github.com/jaredhanson/passport-google-oauth2).
It exists for backwards-compatibility with applications making use of the
combined package.  As of version 1.0.0, it is encouraged to declare dependencies
on the module that implements the specific version of OAuth needed.

---

<p align="center"><a href="http://www.tkqlhce.com/click-8907558-13433666" target="_top">1Password, the only password manager you should trust.</a> Industry-leading security and award winning design.</p>

---

Status:
[![Build](https://img.shields.io/travis/jaredhanson/passport-google-oauth.svg)](https://travis-ci.org/jaredhanson/passport-google-oauth)
[![Coverage](https://img.shields.io/coveralls/jaredhanson/passport-google-oauth.svg)](https://coveralls.io/r/jaredhanson/passport-google-oauth)
[![Quality](https://img.shields.io/codeclimate/github/jaredhanson/passport-google-oauth.svg?label=quality)](https://codeclimate.com/github/jaredhanson/passport-google-oauth)
[![Dependencies](https://img.shields.io/david/jaredhanson/passport-google-oauth.svg)](https://david-dm.org/jaredhanson/passport-google-oauth)


## Install

    $ npm install passport-google-oauth

## Sponsorship

Passport is open source software.  Ongoing development is made possible by
generous contributions from [individuals and corporations](https://github.com/jaredhanson/passport/blob/master/SPONSORS.md).
To learn more about how you can help keep this project financially sustainable,
please visit Jared Hanson's page on [Patreon](https://www.patreon.com/jaredhanson).

## License

[The MIT License](http://opensource.org/licenses/MIT)

Copyright (c) 2012-2016 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>

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