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

express-openid-connect

Package Overview
Dependencies
Maintainers
51
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-openid-connect - npm Package Compare versions

Comparing version 2.7.1 to 2.7.2

3

lib/context.js

@@ -190,3 +190,4 @@ const cb = require('cb');

} else if (req.method === 'GET' && req.originalUrl) {
returnTo = req.originalUrl;
// Collapse any leading slashes to a single slash to prevent Open Redirects
returnTo = req.originalUrl.replace(/^\/+/, '/');
debug('req.oidc.login() without returnTo, using: %s', returnTo);

@@ -193,0 +194,0 @@ }

{
"name": "express-openid-connect",
"version": "2.7.1",
"version": "2.7.2",
"description": "Express middleware to protect web applications using OpenID Connect.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/auth0/express-openid-connect",

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