For system authentication purposes, I am storing the access token in the local storage. When User-A logs in, their access token is saved in the local storage without any issues. However, if User-B opens another tab of the same project and logs in, their access token ends up overriding User-A's in the local storage. This leads to the content on the User-A tab changing to User B's when reloaded.