Skip to main content

Launch Pad Feature

Doc type: Explanation

What the Launch Pad is

Launch Pad is a hosted landing page on the auth portal that routes authenticated users to Yoyo apps. It renders when a session is active.

How it behaves

  • The route lives at /launch.
  • It requires an active session; otherwise it redirects to /.
  • The page lists available destinations and provides a hosted logout link.

Add your app to Launch Pad

Launch Pad app entries are sourced from a tracked JSON file:

To add or update apps, follow Add Your App To Launch Pad and submit a pull request with the config change.

When it appears

  • If the auth portal is accessed without a redirectUrl, and the host is a Launch Pad host, the portal redirects to /launch after login.