Closed gregoryagu closed 6 years ago
Hello @gregoryagu this is because the keys are stored in localstorage. This is not an issue, it's by design. To implement support for multiple accounts, you'll need multiple instances operating using different keys. The main key you're looking for then is storageKey
. You can find all the options here:
I have a Task Management App.
Sometimes I need to be logged into two different accounts at the same time.
But when I open the app in another tab and log in, the other tab also logs in under the new user.
I don't see how one tab is affecting the other tab - it seems like they should be operating in their own context.