joschan21 / nextjs-realtime-chat

A performant and reliable realtime-chat-app built with NextJS 13
906 stars 158 forks source link

if user already signed in and we flush all data from database then how users can signin again because in md device user cannot clear their cookies they also can't access login page so how they can login again #8

Open nkknnnk opened 1 year ago

nkknnnk commented 1 year ago

if user already signed in and we flush all data from database then how users can signin again because in md device user cannot clear their cookies they also can't access login page so how they can login again

ak5113165 commented 1 year ago

same issue thats why we are not test real time implementation

thewebdeveloper03 commented 1 year ago

once i sign in and then i sign in with different account in different browser i am still getting signed in with the first one. how can i solve this