Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auth-server

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth-server - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

lib/authServer.js

@@ -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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc