brandonaaskov / gunslinger-client

Angular frontend and Express backend. Simple scaffolding for diving into creating apps. I apologize if you were expecting something Stephen King related.
Mozilla Public License 2.0
1 stars 0 forks source link

Clearing Cookies Breaks User Storage #21

Open brandonaaskov opened 10 years ago

brandonaaskov commented 10 years ago

If a user has logged in before, but clears their cookies, they'll generate a new guid and thus a new "user" in the eyes of the system. Instead, it needs to be looked up first by email.