From 847ded5bb47cb9d18d7d52a0628dec19b5a1cc0b Mon Sep 17 00:00:00 2001 From: immber Date: Fri, 30 Nov 2018 17:19:27 -0800 Subject: [PATCH] add google to auth options --- docs/source/03-02-product-guide-commenter-features.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/03-02-product-guide-commenter-features.md b/docs/source/03-02-product-guide-commenter-features.md index 3d60eeda9..c89e018e7 100644 --- a/docs/source/03-02-product-guide-commenter-features.md +++ b/docs/source/03-02-product-guide-commenter-features.md @@ -5,13 +5,15 @@ permalink: /commenter-features/ ## Signing up for Talk -There are 2 ways that newsrooms can support signup/login functionality with Talk: +There are 3 ways that newsrooms can support signup/login functionality with Talk: * Use Talk’s auth plugin out of the box (supports account registration with username and password, as well as features like forgot password) +* Use 3rd party authentication provider such as FaceBook or Google. We provide plugins that support logging in with either [Facebook](/talk/plugin/talk-plugin-facebook-auth/) +or [Google](/talk/plugin/talk-plugin-google-auth/). (Note: you must provide your own Facebook App ID and Secret, which you can read more about here: [https://developers.facebook.com](https://developers.facebook.com)) + * Create their own auth plugin to integrate with your own auth systems -We also provide a Facebook auth plugin that supports logging in with Facebook (you must provide your own Facebook App ID and Secret, which you can read more about here: [https://developers.facebook.com](https://developers.facebook.com)) ## Comments and Replies