I'm working on multiple Vue sites that use vuex-persistedstate. There are certain modules I reuse between them, for example, the authentication. When I switch between them, I have the same user object in the state.
I guess this may be connected to the fact that the domain is the same (localhost:8000) but is there a way to solve this? For the simple fact that it is not fun to manually remove all data every time I switch between the apps.