Skip to content
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

Closed
dac09 opened this issue Dec 11, 2020 · 3 comments
Closed

AuthProvider holds on to expired token until page refresh #1576

dac09 opened this issue Dec 11, 2020 · 3 comments

Comments

@dac09
Copy link
Contributor

dac09 commented Dec 11, 2020

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.

@dac09
Copy link
Contributor Author

dac09 commented Dec 11, 2020

Duplicates #927

@dac09
Copy link
Contributor Author

dac09 commented Dec 11, 2020

Duplicates #738

@dac09
Copy link
Contributor Author

dac09 commented Feb 8, 2021

Fixed with #1609

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant