Skip to main content
Handles the OAuth redirect from social media platforms after authorization.

Endpoint

GET /functions/v1/social-auth-callback

Flow

  1. Validates state parameter for security
  2. Exchanges authorization code for access tokens
  3. Stores connection credentials securely
  4. Redirects user back to the app