express-gateway-plugin-oauth
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "express-gateway-plugin-oauth", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Plugin para solicitar autorização do serviço de autenticação remoto.", | ||
@@ -5,0 +5,0 @@ "main": "manifest.js", |
module.exports = { | ||
return { | ||
name: 'authentication', | ||
@@ -20,3 +19,2 @@ policy: (actionParams) => { | ||
} | ||
} | ||
}; |
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
1009
20