https://github.com/jaredhanson/passport-google-oauth
Google authentication strategies for Passport and Node.js.
https://github.com/jaredhanson/passport-google-oauth
Last synced: about 1 year ago
JSON representation
Google authentication strategies for Passport and Node.js.
- Host: GitHub
- URL: https://github.com/jaredhanson/passport-google-oauth
- Owner: jaredhanson
- License: mit
- Created: 2012-01-12T03:47:12.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T23:44:44.000Z (over 3 years ago)
- Last Synced: 2025-05-02T07:06:24.570Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.passportjs.org/packages/passport-google-oauth/?utm_source=github&utm_medium=referral&utm_campaign=passport-google-oauth&utm_content=about
- Size: 88.9 KB
- Stars: 778
- Watchers: 20
- Forks: 328
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
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.
:brain: [Understanding OAuth 2.0](https://www.passportjs.org/concepts/oauth2/?utm_source=github&utm_medium=referral&utm_campaign=passport-google-oauth&utm_content=nav-concept) •
:heart: [Sponsors](https://www.passportjs.org/sponsors/?utm_source=github&utm_medium=referral&utm_campaign=passport-google-oauth&utm_content=nav-sponsors)
[](https://www.npmjs.com/package/passport-google-oauth)
[](https://travis-ci.org/jaredhanson/passport-google-oauth)
[](https://coveralls.io/github/jaredhanson/passport-google-oauth)
[...](https://github.com/jaredhanson/passport-google-oauth/wiki/Status)
## Install
$ npm install passport-google-oauth
## License
[The MIT License](http://opensource.org/licenses/MIT)
Copyright (c) 2012-2016 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>