dwyl / app-mvp-elm

:palm_tree: The Elm MVP @dwyl application
https://app-mvp-elm.herokuapp.com/
GNU General Public License v3.0
7 stars 0 forks source link

401 -> logout and redirect to login page #48

Closed SimonLab closed 4 years ago

SimonLab commented 4 years ago

ref: #47 When a http reply returns a 401 we update the app model to make sure the session is now a "guest" buy using Session.logout then we redirect to the login page to let the user authenticate.