-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loggedIn value is true if session is invalid. #339
Comments
Please provide a reproduction |
#https://stackblitz.com/edit/github-opumfjnu scenario:when i change cookie value in the browser. then i navigate to states page route middleware does not redirect me to login page unless i refresh the page than it redirects me to login page. |
What if you open the preview in another window? |
than it logged-out. the below solution works but it sends session request to every navigation. Is this fuctionality handle auth utils it self.
|
when i refresh the page than it redirects me to login page. During route change loggedIn is true.
The text was updated successfully, but these errors were encountered: