react-oauth2-code-pkce
Advanced tools
Comparing version 1.4.2 to 1.5.0
@@ -84,2 +84,3 @@ "use strict"; | ||
code_verifier: codeVerifier, | ||
...config.extraAuthParams, | ||
}; | ||
@@ -86,0 +87,0 @@ return postWithXForm(config.tokenEndpoint, tokenRequest); |
@@ -51,2 +51,5 @@ import { ReactNode } from 'react'; | ||
decodeToken?: boolean; | ||
extraAuthParams?: { | ||
[key: string]: string | boolean | number; | ||
}; | ||
}; | ||
@@ -66,3 +69,6 @@ export declare type TAzureADErrorResponse = { | ||
decodeToken: boolean; | ||
extraAuthParams?: { | ||
[key: string]: string | boolean | number; | ||
}; | ||
}; | ||
export {}; |
{ | ||
"name": "react-oauth2-code-pkce", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "Plug-and-play react package for OAuth2 Authorization Code flow with PKCE", | ||
@@ -33,2 +33,3 @@ "main": "dist/index.js", | ||
"microsoft", | ||
"google", | ||
"fusionauth" | ||
@@ -35,0 +36,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
25272
504