7ubi / indexcards

Web Application for index cards for studying made using Angular and Java
MIT License
1 stars 0 forks source link

Handle Unauthorized Errors #41

Closed 7ubi closed 1 year ago

7ubi commented 1 year ago

When an unauthorized error is thrown the user should be logged out (Session Storage reset) and an error should be displayed

7ubi commented 1 year ago

Make a custom http service, because a lot of functionality is redundantly implmented