From 96d19afbb463bf707f5f77248d61ccab08d15fdd Mon Sep 17 00:00:00 2001 From: Umputun Date: Sat, 9 Nov 2019 12:14:57 -0600 Subject: [PATCH] correct twitter auth description https://github.com/umputun/remark/commit/38e9dc97e63890c3bd65970e888bf7d47c47e1ff --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa5718c0..ae713ba0 100644 --- a/README.md +++ b/README.md @@ -261,9 +261,10 @@ _instructions for google oauth2 setup borrowed from [oauth2_proxy](https://githu ##### Twitter Auth Provider 1. Create a new twitter application https://developer.twitter.com/en/apps -1. Fill **App name** and **Description** and **URL** of your site -1. In the field **Callback URLs** enter the correct url of your callback handler e.g. https://example.mysite.com/{route}/twitter/callback -1. Under **Key and tokens** take note of the **Consumer API Key** and **Consumer API Secret key**. Those will be used as `cid` and `csecret` +1. Fill **App name**, **Description** and **URL** of your site +1. In the field **Callback URLs** enter the correct url of your callback handler e.g. domain + `/auth/twitter/callback` +1. Under **Key and tokens** take note of the **Consumer API Key** and **Consumer API Secret key**. Those will be used as `AUTH_TWITTER_CID` and + `AUTH_TWITTER_CSEC` ##### Yandex Auth Provider