react-oauth2-code-pkce
Advanced tools
Comparing version 1.3.0 to 1.3.1
import { ReactNode } from 'react'; | ||
export declare type TTokenData = { | ||
exp: number; | ||
[x: string]: unknown; | ||
[x: string]: any; | ||
}; | ||
@@ -6,0 +5,0 @@ export declare type TTokenResponse = { |
{ | ||
"name": "react-oauth2-code-pkce", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Plug-and-play react package for OAuth2 Authorization Code flow with PKCE", | ||
@@ -28,3 +28,7 @@ "main": "dist/index.js", | ||
"code", | ||
"flow" | ||
"flow", | ||
"azure", | ||
"github", | ||
"keycloak", | ||
"microsoft" | ||
], | ||
@@ -31,0 +35,0 @@ "author": "Stig Oskar Ofstad", |
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
24334
470