Skip to content

jaredhanson/passport-google-oauth

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 24, 2019 18:09
lib
March 9, 2019 13:57
February 3, 2016 18:58
February 3, 2016 10:48
February 3, 2016 10:48
February 3, 2016 10:48
March 9, 2019 13:47
October 10, 2018 16:54
February 3, 2016 10:48
March 9, 2019 13:47
October 24, 2022 16:44

passport-google-oauth

Passport strategies for authenticating with Google using OAuth 1.0a and OAuth 2.0.

This is a meta-module that combines passport-google-oauth1 and passport-google-oauth20. 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.

npm build coverage ...

Install

$ npm install passport-google-oauth

License

The MIT License

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