razage / persistent-flannel

a website for tracking what games you've played and getting recommendations
0 stars 0 forks source link

Logout and status #33

Closed razage closed 7 years ago

razage commented 7 years ago

This branch adds the ability to logout, which required some infrastructure to be put in place. I had to make the login status known to Javascript, which for now I am accomplishing through localStorage. I might make this into a cookie later because then Python and Javascript can interact with the same object.