MensaToday / mensa-today

Daily mensa recommendations for students and lecturers in Münster/Germany.
GNU General Public License v3.0
4 stars 0 forks source link

Redirect user to login page in case of 401 Unauthorized #209

Open martenjostmann opened 1 year ago

martenjostmann commented 1 year ago

When the user is not authenticated a 401 will be returned with each http request to the backend. When this status code is returned the user should be redirected to the login page.

lgiesen commented 1 year ago

Isn't that already implemented with the navigation guard?

martenjostmann commented 1 year ago

I don't think so but I'm not sure about this.