Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Connect your users to Reddit for reading posts, submitting content, managing subscriptions, and community interactions.
PropertyValue
Provider IDreddit
CategorySocial
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create a Reddit OAuth App

1

Go to Reddit App Preferences

Navigate to reddit.com/prefs/apps and sign in.
2

Create a new app

Click are you a developer? create an app…. Select web app as the app type, enter the name, and fill in the description.
3

Configure the redirect URI

Enter the Alter callback URL from the Developer Portal in the redirect uri field.
4

Get your credentials

Copy the Client ID (shown under the app name) and Client Secret.
Never share your Client Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add Reddit provider

Go to OAuth Providers > Add Provider > Reddit.
3

Enter credentials

  • Client ID: Paste your Reddit Client ID
  • Client Secret: Paste your Reddit Client Secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
identityAccess to account username and karma
readRead posts and comments
submitSubmit posts and comments
editEdit posts and comments
historyAccess to account history
subscribeManage subreddit subscriptions
voteUpvote and downvote content
privatemessagesRead and send private messages
saveSave and unsave posts and comments
flairManage user and post flair
mysubredditsAccess to subscribed subreddits

Notes