Hello support, I'm using two frontends with the sa...
# general
c
Hello support, I'm using two frontends with the same API (one backend) https://supertokens.com/docs/thirdparty/common-customizations/multiple-clients But I am getting a different issue, like, suppose I'm logged into the admin panel (first frontend), and when I open the second frontend (consumer with a different port) I have automatically logged in to the admin panel how to prevent that issue ? Please give your valuable feedback on this
r
Hey @Chirag parmar what are the two frontend urls?
c
Also I have set this Session.init({ tokenTransferMethod: "header" // or "cookie" }), but not woorks
r
With localhost, tokens are shared across ports. That’s just a browser thing, and can’t do much about it.
You can use another domain for testing.
Search dns name mocking on google
3 Views