We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is observed that a token response in 1 tab requests for refresh_token in another tab before the access_token expires at the same interval.
There must be token inspection & mutex used I guess while refresh_token request is sent!
The text was updated successfully, but these errors were encountered:
Transferring to web ...
Sorry, something went wrong.
Seems to be an issue in the oidc-client-ts lib, see authts/oidc-client-ts#430.
oidc-client-ts
No branches or pull requests
Steps to reproduce
It is observed that a token response in 1 tab requests for refresh_token in another tab before the access_token expires at the same interval.
There must be token inspection & mutex used I guess while refresh_token request is sent!
The text was updated successfully, but these errors were encountered: