Skip to content

dyerti/lets-chat-google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's Chat - Google Plugin

Add Google SSO support to Let's Chat.

Install

npm install lets-chat-google

Configure

Create a web application in your Google developer console. https://console.developers.google.com

Generate a OAuth client ID. Enable Google+ API support.

Example
auth:
  providers: [google]

  google:
    clientID: '<Get from https://console.developers.google.com>'
    clientSecret: '<Get from https://console.developers.google.com>'
    callbackURL: 'https://chat.domain.example/account/google/callback'
    scope: 'openid email profile'

About

Google auth plugin for Let's Chat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published