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

Speed up by shortcutting calls to refresh APIs by checking if the access token has already expired #10

Open
rishabhpoddar opened this issue Sep 11, 2020 · 0 comments

Comments

@rishabhpoddar
Copy link
Contributor

Right now, a refresh call is done only after the access token call fails. Instead, we can detect if the access token has already expired, and if so, make the refresh call. This will save one network request.

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

No branches or pull requests

1 participant