Hello everyone! I'm planning to run multiple react apps on different subdomains (appName.example.com). But my Supertokens Auth (EmailPassword & Session recipe) app runs on auth.example.com (Here the user signs in, changes password and manages his name etc). How would i implement the usage of supertokens in the different react apps. Would i just use the Session recipe (because the auth service sets the cookies for all domains) and redirect to the auth app when no session is present?