From db5bf9a676e0f7240b47db8e79fa6eaadf50ae20 Mon Sep 17 00:00:00 2001 From: immber Date: Tue, 8 Jan 2019 10:04:39 -0800 Subject: [PATCH] added twitter faq --- docs/source/integrating/authentication.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/integrating/authentication.md b/docs/source/integrating/authentication.md index 981ceb156..05f88449e 100644 --- a/docs/source/integrating/authentication.md +++ b/docs/source/integrating/authentication.md @@ -26,6 +26,9 @@ Plugins are available for the following 3rd party authentication providers: * [Facebook](/talk/plugin/talk-plugin-facebook-auth/) * [Google](/talk/plugin/talk-plugin-google-auth/) +_FAQ: Can I create a Twitter auth plugin?_ +This is currently not possible because Talk uses passport.js which does not support Twitter's oAuth2 requirements. + ## Custom Token Integration You can integrate Talk with any authentication service to enable single sign-on