DexlyBrowser-to-code workflow

Auth Relay

Dexly extension sign-in.

The extension should launch this flow through /extension-auth/start. In production, Google sign-in runs through Supabase Auth and returns session data to chrome.identity.launchWebAuthFlow via a fragment redirect.

Expected entrypoint

Use /extension-auth/start?redirect_uri=...&state=... from the extension instead of navigating here directly.

Dexly | Browser context for local Codex workflows