@iops/iops-auth-login
Advanced tools
Comparing version 1.3.15 to 1.3.16
{ | ||
"name": "@iops/iops-auth-login", | ||
"version": "1.3.15", | ||
"version": "1.3.16", | ||
"description": "IOPS-specific authorization plugin for Express Gateway", | ||
@@ -5,0 +5,0 @@ "main": "manifest.js", |
@@ -64,3 +64,3 @@ | ||
let path = req.path; | ||
path.replace('/app-api', '/iops-api') // use normalized api prefix | ||
path = path.replace('/app-api', '/iops-api') // use normalized api prefix | ||
let permissions; | ||
@@ -67,0 +67,0 @@ |
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
10278