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