@auth0/auth0-react
version: 1.2.0
using new universal login experience
Hi, I have 1 tenant and 2 applications (to be clear, I have 2 SPA and they are initialized with different client id), and both are using @auth0/auth0-react. If a user logged in with certain email - password to application-A, he/she will automatically be logged in when visit application-B. So It seems like they are sharing session.
Now I want to avoid this behavior for some reason. Can it be done without having separate tenant for both applications?
Thank you.