@google-cloud/recaptcha-enterprise
Advanced tools
Comparing version 2.1.7 to 2.2.0
@@ -101,2 +101,6 @@ "use strict"; | ||
this.auth = this._gaxGrpc.auth; | ||
// Set useJWTAccessWithScope on the auth object. | ||
this.auth.useJWTAccessWithScope = true; | ||
// Set defaultServicePath on the auth object. | ||
this.auth.defaultServicePath = staticMembers.servicePath; | ||
// Set the default scopes in auth client if needed. | ||
@@ -103,0 +107,0 @@ if (servicePath === staticMembers.servicePath) { |
@@ -101,2 +101,6 @@ "use strict"; | ||
this.auth = this._gaxGrpc.auth; | ||
// Set useJWTAccessWithScope on the auth object. | ||
this.auth.useJWTAccessWithScope = true; | ||
// Set defaultServicePath on the auth object. | ||
this.auth.defaultServicePath = staticMembers.servicePath; | ||
// Set the default scopes in auth client if needed. | ||
@@ -103,0 +107,0 @@ if (servicePath === staticMembers.servicePath) { |
@@ -7,2 +7,9 @@ # Changelog | ||
## [2.2.0](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/compare/v2.1.7...v2.2.0) (2021-08-23) | ||
### Features | ||
* turns on self-signed JWT feature flag ([#311](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/issues/311)) ([c12da34](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/commit/c12da3410a4ebc87884d9caaaba7c700b396c6b4)) | ||
### [2.1.7](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/compare/v2.1.6...v2.1.7) (2021-08-17) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"repository": "googleapis/nodejs-recaptcha-enterprise", | ||
"name": "@google-cloud/recaptcha-enterprise", | ||
"version": "2.1.7", | ||
"version": "2.2.0", | ||
"author": "Google LLC", | ||
@@ -6,0 +6,0 @@ "description": "reCAPTCHA Enterprise API client for Node.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1819660
29260