Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passport-google-token

Google token strategy for our loopback projects.

Installation

$ npm install https://github.com/prototype-berlin/passport-accountkit-token.git

Usage

Configure Strategy

google: {
  provider: 'google',
  module: 'passport-google-token',
  strategy: 'GoogleTokenStrategy',
  clientID: process.env.GOOGLE_CLIENT_ID,
  clientSecret: process.env.GOOGLE_CLIENT_SECRET,
  callbackURL: `${process.env.URL}/auth/google/callback`,
  session: false,
  json: true,
},

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages