react-oauth2-code-pkce
Advanced tools
Comparing version 1.20.0 to 1.20.1
@@ -182,3 +182,3 @@ "use strict"; | ||
return () => clearInterval(interval); | ||
}, [token, refreshToken, refreshTokenExpire, tokenExpire]); // Replace the interval with a new when values used inside refreshAccessToken changes | ||
}, [token, refreshToken, refreshTokenExpire, tokenExpire, refreshInProgress]); // Replace the interval with a new when values used inside refreshAccessToken changes | ||
// This ref is used to make sure the 'fetchTokens' call is only made once. | ||
@@ -185,0 +185,0 @@ // Multiple calls with the same code will, and should, return an error from the API |
{ | ||
"name": "react-oauth2-code-pkce", | ||
"version": "1.20.0", | ||
"version": "1.20.1", | ||
"description": "Provider agnostic react package for OAuth2 Authorization Code flow with PKCE", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51908