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

node-oauth2-server

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-oauth2-server - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

3

lib/authorise.js

@@ -55,3 +55,4 @@ // Modules

// Expose params
req.user = { id: token.user_id };
req.oauth.token = token;
req.user = token.user ? token.user : { id: token.user_id };

@@ -58,0 +59,0 @@ next(); // Exit point

@@ -31,2 +31,2 @@

this.stack = (err && err.stack) || err;
};
}
{
"name": "node-oauth2-server",
"description": "Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js",
"version": "1.2.4",
"version": "1.2.5",
"keywords": [

@@ -6,0 +6,0 @@ "oauth",

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