From 4676352ae0cd60350530d619f21b3005b6e3ef0a Mon Sep 17 00:00:00 2001 From: Greg Rickaby Date: Mon, 22 Aug 2022 08:50:38 -0500 Subject: [PATCH] docs(providers): Enhance Reddit App Instructions (#5199) docs(reddit): Enhance App Instructions Add step-by-step instructions for creating Reddit App. Add screenshot. --- docs/docs/providers/reddit.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/docs/providers/reddit.md b/docs/docs/providers/reddit.md index 4c61b4d6a1..fd323fab94 100644 --- a/docs/docs/providers/reddit.md +++ b/docs/docs/providers/reddit.md @@ -7,9 +7,16 @@ title: Reddit https://www.reddit.com/dev/api/ -## Configuration +## App Configuration -https://www.reddit.com/prefs/apps/ +1. Visit https://www.reddit.com/prefs/apps/ and create a new web app +2. Provide a name for your web app +3. Provide a redirect uri ending with `/api/auth/callback/reddit`: + +![next-auth-reddit-provider-config](https://user-images.githubusercontent.com/200280/185804449-88f8d0f2-35fa-4eb5-8ecc-5e0a6c813954.png) + +4. All other fields are optional +5. Click the "create app" button ## Options