Supabase auth session for subdomain
The user is implementing a flow where a superadmin on the root domain invites users on a subdomain. After verifying OTP using the PKCE flow, users are redirected to a password setup page. However, the session is created for the root domain, causing issues when users are redirected to the subdomain, where the session is unavailable, preventing password updates.