express-gateway-plugin-oauth
Advanced tools
Comparing version 2.0.8 to 2.0.9
{ | ||
"name": "express-gateway-plugin-oauth", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Plugin para solicitar autorização do serviço de autenticação remoto.", | ||
@@ -5,0 +5,0 @@ "main": "manifest.js", |
@@ -29,2 +29,5 @@ require('dotenv'); | ||
let data = JSON.parse(response.body).data; | ||
console.log('data', data); | ||
req.headers.idCliente = data.idCliente; | ||
@@ -31,0 +34,0 @@ |
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
25486
34