Hey @rp_st
I would like to have separate login/signup UIs for my admin dashboard and main application, using a single SuperTokens Core instance. The admin dashboard will be deployed on admin.xyz.com, while the main application will be on mycoolapplication.xyz.com. Both UIs have different login and signup screens, but I want them to connect to the same SuperTokens Core instance. I am using the EmailPassword + SocialLogin recipe. Additionally, locally, I am running the admin.xyz.com UI on localhost:3001, and the mycoolapplication.xyz.com UI on localhost:3000. The API domain is auth.xyz.com (localhost:8000).
Could you please guide me on how to achieve this?