Reddit OAuth
Set up Reddit authentication for your Conduit application.
Configuration Steps
- Go to Reddit App Preferences
- Create new application (web app)
- Configure redirect URI:
http://localhost:3000/hook/authentication/reddit - Note your Client ID (under app name) and Secret
- In Conduit Admin Panel, enable Reddit provider
- Enter your credentials and save
Test Authentication
curl -X GET 'http://localhost:3000/authentication/init/reddit'
Navigate to the returned URL to complete the OAuth flow.
Production
Update callback URL for production:
https://yourdomain.com/hook/authentication/reddit