You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, login status is only stored in localStorage i.e {isLogged: (true||false)} which means that I can basically login by changing isLogged property to true on localStorage.
This could lead to issues in tracking users and their messages, or even chatting on multiple devices as the same user
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Description
Currently, login status is only stored in localStorage i.e
{isLogged: (true||false)}
which means that I can basically login by changingisLogged
property totrue
on localStorage.This could lead to issues in tracking users and their messages, or even chatting on multiple devices as the same user
Screenshots
No response
The text was updated successfully, but these errors were encountered: