react-oauth2-code-pkce
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -55,3 +55,3 @@ "use strict"; | ||
scope: authConfig.scope || "", | ||
redirect_id: authConfig.redirectUri, | ||
redirect_uri: authConfig.redirectUri, | ||
code_challenge: codeChallenge, | ||
@@ -58,0 +58,0 @@ code_challenge_method: 'S256', |
{ | ||
"name": "react-oauth2-code-pkce", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Plug-and-play 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
23398