express-gateway-plugin-oauth
Advanced tools
Comparing version 3.4.0 to 3.4.1
{ | ||
"name": "express-gateway-plugin-oauth", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Plugin para solicitar autorização do serviço de autenticação remoto.", | ||
@@ -5,0 +5,0 @@ "main": "manifest.js", |
@@ -9,3 +9,3 @@ require('dotenv'); | ||
debug('Police de authorização de requisições carregada.'); | ||
debug('Police de authorização de requisições carregada.' + '( ' + actionParams.authorizationURL + ' )'); | ||
@@ -12,0 +12,0 @@ return (req, res, next) => { |
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
6288