btroncone / ngrx-store-localstorage

Simple syncing between @ngrx store and local storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logout through all tabs without reloading

vleonc opened this issue · comments

When I have multiple tabs oppened, and from one of them i perform a logout action (meaning changing all state-auth values to null), if i come back to the other tab the logout will only be successful on page reload. If the user navigates or does any other actions, the current state of that tab will be copied to localstorage, being logged in again and loosing the default values put from the other tab on the logout action

I close the issue as it is solved with #40