@pga/auth-flow-provider
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="1.7.0"></a> | ||
# [1.7.0](https://github.com/pgahq/pga-common/compare/@pga/auth-flow-provider@0.0.5...@pga/auth-flow-provider@1.7.0) (2024-03-26) | ||
<a name="1.8.0"></a> | ||
# [1.8.0](https://github.com/pgahq/pga-common/compare/@pga/auth-flow-provider@0.0.5...@pga/auth-flow-provider@1.8.0) (2024-03-26) | ||
@@ -14,2 +14,3 @@ | ||
* **auth-flow-provider:** add checkSession call, remove unnecessary logout call in redirectCallback ([00123ef](https://github.com/pgahq/pga-common/commit/00123ef)) | ||
* **auth-flow-provider:** use memory cacheLocation instead of localstorage ([d68f296](https://github.com/pgahq/pga-common/commit/d68f296)) | ||
@@ -16,0 +17,0 @@ |
@@ -42,3 +42,2 @@ (function (global, factory) { | ||
useRefreshTokensFallback: true, | ||
cacheLocation: 'localstorage', | ||
cookieDomain: getCookieDomain() | ||
@@ -45,0 +44,0 @@ }); |
{ | ||
"name": "@pga/auth-flow-provider", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "PGA React Auth Provider Package", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -24,3 +24,2 @@ import { Auth0Client } from '@auth0/auth0-spa-js' | ||
useRefreshTokensFallback: true, | ||
cacheLocation: 'localstorage', | ||
cookieDomain: getCookieDomain() | ||
@@ -27,0 +26,0 @@ }) |
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
88241
1974