trusted-accounts-sdk-node
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -19,3 +19,3 @@ class TrustedAccountsClient { | ||
url.searchParams.append('redirect_uri', this.redirectUri); | ||
url.searchParams.append('response_type', 'token'); // Using Implicit Flow | ||
url.searchParams.append('response_type', 'id_token'); // Using Implicit Flow | ||
url.searchParams.append('scope', 'openid'); | ||
@@ -22,0 +22,0 @@ url.searchParams.append('state', state); |
{ | ||
"name": "trusted-accounts-sdk-node", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple SDK for Trusted Accounts for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "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
4895