@transcommerce/cwm-shared 1.1.83 → 1.1.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -383,12 +383,12 @@ function msalInstanceFactory(authConfig, injector) {
383
383
  postLogoutRedirectUri: authConfig.logout_redirect_uri
384
384
  },
385
385
  cache: {
386
- cacheLocation: 'sessionStorage',
386
+ cacheLocation: 'localStorage',
387
387
  temporaryCacheLocation: 'sessionStorage',
388
388
  storeAuthStateInCookie: false,
389
389
  secureCookies: true,
390
- cacheMigrationEnabled: false,
391
- claimsBasedCachingEnabled: false
390
+ cacheMigrationEnabled: true,
391
+ claimsBasedCachingEnabled: true
392
392
  },
393
393
  system: {
394
394
  tokenRenewalOffsetSeconds: 30,
@@ -456,7 +456,7 @@ function msalInstanceFactory(authConfig, injector) {
456
456
  telemetry: {
457
457
  application: {
458
458
  appName: "cwm-digital-menu",
459
- appVersion: "1.1.82"
459
+ appVersion: "1.1.84"
460
460
  },
461
461
  }
462
462
  });