-
Notifications
You must be signed in to change notification settings - Fork 1k
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
AuthProvider holds on to expired token until page refresh #1576
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've noticed this with firebase auth, if you're logged in and don't refresh the page (but can use RW router navigation).
Once the token expires, its not refreshed automatically, as a result graphql calls start to fail.
I suspect this is an issue with other auth providers as well, and we might need to slightly modify the structure of AuthClient to support refresh events.
The text was updated successfully, but these errors were encountered: