Authentication
Sign in
Reddit OAuth links creators and listeners to app sessions. Start with Reddit, then return to the app callback screen to save the bearer session for this browser.
Reddit OAuth
The client reads provider status from /api/auth/providers, then requests an authorization URL from /api/auth/reddit/start. Reddit returns to /auth/callback/reddit for the session handoff.
MVP bearer session
Local browser storage is only for API demos. Final auth should use httpOnly browser cookies or platform secure storage.
Provider status
Checking Reddit OAuth provider configuration.
Session status
No bearer token has been checked yet.