AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
626 stars 373 forks source link

use self._activeRenewals to decide whether we should trigger timeout #917

Closed Gang-Peng closed 4 years ago

Gang-Peng commented 4 years ago

use self._activeRenewals to decide whether we should trigger timeout clean ups, instead of 'self.CONSTANTS.STORAGE.RENEW_STATUS + resource' since it could be changed by other tabs.