lijim / monks-and-mages

Monks and Mages is a TCG-game built on React and socket.io
https://www.monksandmages.com
MIT License
17 stars 0 forks source link

Fix: Overhaul cookie / authentication system #444

Closed lijim closed 1 year ago

lijim commented 1 year ago

What was the problem

Screen Shot 2023-04-19 at 11 12 28 PM

It was very easy to get in a state where the user has genuinely logged into their account, but the cookie is stale.

How did we fix it?