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

oauth_reverse_proxy

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oauth_reverse_proxy - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

3

lib/proxy_manager.js

@@ -171,2 +171,5 @@ var _ = require('underscore');

// If there are no pending files, call wrapped_cb immediately.
if (files.length === 0) return wrapped_cb();
files.forEach(function(file) {

@@ -173,0 +176,0 @@ logger.info('Loading proxy configuration file %s', file);

2

package.json
{
"name": "oauth_reverse_proxy",
"description": "An OAuth 1.0a authenticating reverse proxy",
"version": "1.3.0",
"version": "1.3.1",
"contributors": [

@@ -6,0 +6,0 @@ {

@@ -23,2 +23,3 @@ oauth_reverse_proxy is an authenticating service proxy that fronts any web server and enforces that callers present the correct OAuth credentials.

* Supports a quota per key, allowing you to define that a given key should only be allowed to make a certain number of hits per a given time interval.
* Supports dynamic provisioning of proxies and keys: Both the proxy configuration and key stores are actively monitored, and `oauth_reverse_proxy` will load new proxy configuration and keys as file system contents change. This means proxies can be rolled out or reconfigured without restarting the service. In fact, existing connections to a proxy will not be dropped even if that proxy's configuration changes.

@@ -25,0 +26,0 @@ ##### A Note About the Security Model

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