blobs-io / blobsgame

✨ The official repository for the blobs browsergame
7 stars 2 forks source link

visiting the site doesn't automatically login #102

Closed y21 closed 5 years ago

y21 commented 5 years ago

Describe the bug When visiting /, it will not automatically login.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://blobs-game.com/

Expected behavior If a session cookie is set, it should redirect the user to /app, and if the session ID provided is invalid, the /app route should delete the session cookie so it doesn't end in an infinite loop.

y21 commented 5 years ago

Fixed.