From 71b9f42adf30fe99046890f463d0cfe71516c7f6 Mon Sep 17 00:00:00 2001 From: Ariel Weingarten Date: Sun, 21 Feb 2021 23:27:24 -0500 Subject: [PATCH] Update twitch.md State what redirect URL to add to the Twitch console. --- www/docs/providers/twitch.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/docs/providers/twitch.md b/www/docs/providers/twitch.md index 1439e470cb..276ef83b45 100644 --- a/www/docs/providers/twitch.md +++ b/www/docs/providers/twitch.md @@ -11,6 +11,8 @@ https://dev.twitch.tv/docs/authentication https://dev.twitch.tv/console/apps +Add the following redirect URL into the console `http:///api/auth/callback/twitch` + ## Example ```js @@ -23,4 +25,4 @@ providers: [ }) ] ... -``` \ No newline at end of file +```