karlmdavis / rps-tourney

An online multi-player Rock-Paper-Scissors game. Just because.
https://rpstourney.com/
1 stars 2 forks source link

Users are not signed in as guests when starting a new game in Chromium #76

Closed karlmdavis closed 9 years ago

karlmdavis commented 9 years ago

Not entirely sure what's going on, but seems to be related to cookies. Here are the related notes I took:

    * Spent some time trying to test things, but the behavior seems to be way off.
        * Not seeing `AuthToken` cookies.
            * In FF, I only checked this when registering (which wouldn't set them, right now). Should check anon logins, too.
        * Oddities in Chrome:
            * Can't set player name in games.
            * After starting an anonymous game, the "Sign In" button is still displayed. Auth isn't working in Chrome?