auth-server
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -151,3 +151,3 @@ // Load modules | ||
else if (grantType === GrantTypes.password) { | ||
self.membershipService.areUserCredentialsValid(context.userName, context.password, context.scope, function (isValidPassword) { | ||
return self.membershipService.areUserCredentialsValid(context.userName, context.password, context.scope, function (isValidPassword) { | ||
@@ -154,0 +154,0 @@ var tokenData = isValidPassword ? generateTokenDataRef(true) : Errors.invalidUserCredentials(context.state); |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"homepage": "https://github.com/geek/oauth", | ||
@@ -27,10 +27,10 @@ "repository": { | ||
"engines": { | ||
"node": ">=0.8.0" | ||
"node": ">=0.10.0" | ||
}, | ||
"scripts": { | ||
"test": "make test-cov" | ||
"test": "node node_modules/lab/bin/lab" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT +no-false-attribs", | ||
"type": "MIT", | ||
"url": "https://github.com/geek/OAuth/blob/master/LICENCE" | ||
@@ -37,0 +37,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
Possible typosquat attack
Supply chain riskThere is a package with a similar name that is downloaded much more often.
Did you mean |
---|
oauth2-server |
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
36793
0