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

Bug: refreshAccessToken is only called once #170

Closed
CodingDaria opened this issue Jun 18, 2024 · 0 comments · Fixed by #171
Closed

Bug: refreshAccessToken is only called once #170

CodingDaria opened this issue Jun 18, 2024 · 0 comments · Fixed by #171

Comments

@CodingDaria
Copy link
Contributor

Steps To Reproduce

I'm using React 16 with SSR.

The current behavior

When token is expired for the first time, it is refreshed and refreshInProgress is set to false. However, the useEffect interval is not cleared and refreshInProgress value inside refreshAccessToken is still true, and fetchWithRefreshToken is never called again.

The expected behavior

refreshAccessToken interval is cleared when refreshInProgress changes.

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

Successfully merging a pull request may close this issue.

1 participant