cbrwizard / picswars.io

Project-only repo for a browser game PicsWars.io
http://picswars.io/?ref=github
2 stars 0 forks source link

Players get logged out every day #89

Open cbrwizard opened 7 years ago

cbrwizard commented 7 years ago

Looks like after about a day of inactivity the session gets deleted and you need to log in again. A theory is that one user's login/logout somehow logs out other users, because of SSR.

cbrwizard commented 6 years ago

This is definitely not related to deploys

cbrwizard commented 6 years ago

Confirmed: sometimes other users can see a previous user's nick inside the login form for just a couple of seconds.

cbrwizard commented 6 years ago

Let's ditch our auth system and switch to Auth0 or similar service to solve this and password reset.

cbrwizard commented 6 years ago

Let's see if ditching SSO helped.

cbrwizard commented 6 years ago

Still happens.