Kate-v2 / sweater_weather_web

Mod 4 - Weather App - utilizing Rails BE microservice
0 stars 0 forks source link

Log-Out #11

Open Kate-v2 opened 5 years ago

Kate-v2 commented 5 years ago

As a USER, I see a log-out button in the navigation bar. When I click this button, I am logged out, and it is apparent to me I am no longer a 'user'. I no longer see user specific buttons, like favorites, and I now have buttons to login or register.

Kate-v2 commented 5 years ago

Currently, there's no backend feature to log-out -- so can this be 'faked' entirely on the browser with JS? Is this sufficient?