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.
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.