oauth2orize
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -103,3 +103,6 @@ /** | ||
res.end = function(chunk, encoding) { | ||
delete req.session[key][tid]; | ||
if (req.session[key]) { | ||
delete req.session[key][tid]; | ||
} | ||
res.end = end; | ||
@@ -106,0 +109,0 @@ res.end(chunk, encoding); |
{ | ||
"name": "oauth2orize", | ||
"version": "1.1.0", | ||
"version": "1.1.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
78913
1884