Closed MrWednesday-glitch closed 11 months ago
So far I need to logout and log back in every time I need to test it. There has to be a way to tell the user that they are "logged out"... Maybe via a popup...
https://www.tektutorialshub.com/angular/angular-httpclient-http-interceptor/
Use httpinterceptor to check if token is still valid, if not redirect to login page
So far I need to logout and log back in every time I need to test it. There has to be a way to tell the user that they are "logged out"... Maybe via a popup...