Hi, I’ve been following the Angular quickstart to integrate Auth0 into my SPA app using the Google social connector. I can authenticate fine via Google and read the ID token claims. The problem is when I refresh the page, it doesn’t seem to be restoring the login state, and I need to login again. This behaviour seems to be the same in both my app and the Angular quickstart code.
How can I get my app to silently restore the user’s logged in state without prompting to re-authenticate?
Can I ask you to raise this as a GitHub issue in the quickstart repo so we can work on that directly with the repo maintainers? Thank you! Please share with us the issue link so we can ping them.
The issue doesn’t seem to happen for database username-password authentication, only the social media connectors I’ve tried so far, Google and Facebook.