Files
talk/plugins/talk-plugin-google-auth/README.md
T
Wyatt Johnson 0159918049 docs updates
2018-05-02 13:04:17 -06:00

1.3 KiB

title, permalink, layout, plugin
title permalink layout plugin
talk-plugin-google-auth /plugin/talk-plugin-google-auth/ plugin
name depends provides
talk-plugin-google-auth
name
talk-plugin-auth
Server
Client

Enables sign-in via Google+ via the server side passport middleware.

You will need to enable the Google+ API in the dashboard and create credentials for a new OAuth client ID web application. The authorized JavaScript origin should be set to the Talk domain, and the authorized redirect URI should be set to http://<example.com>/api/v1/auth/google/callback. This is only required while the talk-plugin-google-auth plugin is enabled.

Configuration:

  • TALK_GOOGLE_CLIENT_ID (required) - The Google OAuth2 client ID for your Google login web app. You can learn more about getting a Google Client ID at the Google API Console.
  • TALK_GOOGLE_CLIENT_SECRET (required) - The Google OAuth2 client ID for your Google login web app. You can learn more about getting a Google Client ID at the Google API Console.

GDPR Compliance

In order to facilitate compliance with the EU General Data Protection Regulation (GDPR), you should review our GDPR Compliance guidelines.