react-oauth2-code-pkce
Advanced tools
Comparing version 1.22.0 to 1.22.1
@@ -59,3 +59,3 @@ import type { ReactNode } from 'react'; | ||
postLogin?: () => void; | ||
loginMethod: 'redirect' | 'popup'; | ||
loginMethod?: 'redirect' | 'popup'; | ||
onRefreshTokenExpire?: (event: TRefreshTokenExpiredEvent) => void; | ||
@@ -62,0 +62,0 @@ decodeToken?: boolean; |
{ | ||
"name": "react-oauth2-code-pkce", | ||
"version": "1.22.0", | ||
"version": "1.22.1", | ||
"description": "Provider agnostic react package for OAuth2 Authorization Code flow with PKCE", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
53905