oauth2orize
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -24,2 +24,6 @@ /** | ||
req.oauth2.user = req[userProperty]; | ||
if (res.locals) { | ||
req.oauth2.locals = req.oauth2.locals || {}; | ||
utils.merge(req.oauth2.locals, res.locals); | ||
} | ||
@@ -26,0 +30,0 @@ function immediated(err, allow, info, locals) { |
{ | ||
"name": "oauth2orize", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "OAuth 2.0 authorization server toolkit for Node.js.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
87183
2113