reddit_auth_login
Sign in to Reddit via browser to unlock personal feeds, inbox, and write actions. One-time authorization stores a refresh token for API access.
Instructions
Sign in to Reddit in a browser. Opens Reddit's consent page, catches the callback on a loopback port and stores a refresh token, so this is a one-time step. Needed for your subscriptions, saved posts and inbox, and for anything that writes — public browsing and search already work without it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| open | No | Open the browser automatically. Set false on a headless machine and use the returned `authorize_url` yourself. |