Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pga/auth-flow-provider

Package Overview
Dependencies
Maintainers
6
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pga/auth-flow-provider - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

5

CHANGELOG.md

@@ -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 @@

1

dist/auth0/client.js

@@ -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 @@ })

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc