We use auth0.js in an Angular app. We use webAuth.authorize to log users in (redirecting to Auth0).
In Chrome, we use different tabs to login as different users.
Now when we call webAuth.renewAuth to get new tokens using silent login, Auth0 returns tokens for the last user that we logged in to instead of for the user we logged in for in that tab.
Can we somehow let Auth0 know for which user we want to get new tokens?