I built an Angular application consuming Auth0.
I am able to
- Login
- Sign Out
- Redirect to different navigation pages protected by AuthGuard
The problem
When the user is logged in and they refresh the browser page. They are forcefully signed out and brought back to the login modal.
This occurred in my personal application as well as the sample application owned by (auth0)
https://github.com/auth0-samples/auth0-angular-samples/tree/master/01-Login
What is the solution, to resolve this defect?