@azure/msal-angular
Advanced tools
Comparing version 0.1.4-beta.1 to 0.1.4-beta.2
@@ -31,3 +31,3 @@ "use strict"; | ||
this.authService.updateDataFromCache([this.config.clientID]); | ||
if (!this.authService._oauthData.isAuthenticated && !this.isObjectEmpty(this.authService._oauthData.idToken)) { | ||
if (!this.authService._oauthData.isAuthenticated && this.isObjectEmpty(this.authService._oauthData.idToken)) { | ||
if (state.url) { | ||
@@ -54,3 +54,3 @@ if (!this.authService._renewActive && !this.authService.loginInProgress()) { | ||
//token is expired/deleted but userdata still exists in _oauthData object | ||
else if (!this.authService._oauthData.isAuthenticated && this.authService._oauthData.userName) { | ||
else if (!this.authService._oauthData.isAuthenticated && !this.isObjectEmpty(this.authService._oauthData.idToken)) { | ||
return this.authService.acquireTokenSilent([this.config.clientID]) | ||
@@ -57,0 +57,0 @@ .then(function (token) { |
@@ -13,3 +13,3 @@ { | ||
}, | ||
"version": "0.1.4-beta.1", | ||
"version": "0.1.4-beta.2", | ||
"keywords": [ | ||
@@ -16,0 +16,0 @@ "implicit", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
110039
0