Connect Reddit accounts for subreddit posting
Authentication Flow
Reddit OAuth 2.0 with permanent access tokens and subreddit moderation checks.
- OAuth 2.0 authorization flow
- Permanent access tokens (no expiration)
- Subreddit moderation verification before posting
- Support for multiple subreddit connections
Stored Credentials
- Access Token (encrypted)
- Refresh Token (encrypted, when available)
- User ID and Username
- Subreddit permissions and verification status
Security Measures
- All tokens encrypted before storage
- Subreddit moderation checks prevent unauthorized posting
- Scoped permissions for posting and reading only
- Users can revoke access through Reddit preferences
