There is a security issue I am facing which is a bit concerning ,
I logged in as a user 1 using supertokens auth on one device and logged in as user 2 on another device .
But on the device 2 somehow the user 1 gets logged in on refresh where as on device 2 user1 was never logged in .
My assumption is that the backend is sending the incorrect token on sign-in/up , could be due to session caching issue on the core .
Does anyone have an idea about this ?