Hey all, I've a questions about the domains. I'm using the same supertokens backend for two frontend app accross two domains : one is www.myapp.com or
http://myapp.com and other one is
http://mysubdomain.myapp.com . For the www , I'm using the EmailPassword recipe. For the mysubdomain I want to use the Passwordless recipe. Can I achieve this ? Everything works fine using the same domain but I want to split my frontend app between the two domains.