oauth_reverse_proxy
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -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); |
{ | ||
"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 |
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
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
16178828
4021
109