Closed y21 closed 5 years ago
Describe the bug When visiting /, it will not automatically login.
/
To Reproduce Steps to reproduce the behavior:
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.
session
/app
Fixed.
Describe the bug When visiting
/
, it will not automatically login.To Reproduce Steps to reproduce the behavior:
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.