SPG Utils RU

TikTok review

Show the exact use case, login entry point, callback, and connected dashboard.

The review surface is structured to show a real app flow: a public landing page, OAuth entry, callback processing, and a dashboard that reveals only safe status information.

No token is rendered in the browser.

The use case

A connected product page needs a compliant OAuth flow, review-friendly explanation, and safe post-auth visibility.

Requested permissions

  • Read account identity and basic profile data
  • Publish capabilities only if approved by the product scope
  • Store token metadata server-side

Flow

  • Landing page
  • Login redirect
  • Callback verification
  • Token exchange
  • Dashboard state

Safe capabilities

  • Connected account status
  • Queue demo state
  • Capability explanation
  • Legal links

Review notes

  • Tokens never appear in client UI
  • State is validated server-side
  • The dashboard only shows non-sensitive information