devise-proxy 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/README.md +4 -1
  2. data/VERSION +1 -1
  3. data/devise-proxy.gemspec +1 -1
  4. metadata +2 -2
data/README.md CHANGED
@@ -1,10 +1,13 @@
1
1
  # Devise Proxy #
2
2
 
3
3
  devise-proxy is a standalone Rack Middleware application that authenticates a username/password against
4
- a devise-powered backend application before forwarding the original HTTP request to the same application.
4
+ a devise-powered backend application before forwarding the original HTTP request to a single host of your choosing.
5
5
 
6
6
  Authentication is done on *every* request, so it is advisable to use devise-proxy sparingly.
7
7
 
8
+ devise-proxy will return a 502 if a network connection to your authentication host cannot be established.
9
+
10
+
8
11
  # Quick Start #
9
12
 
10
13
  - Create a devise-proxy.yml using the provided .sample.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "devise-proxy"
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Preston Lee"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-proxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -115,7 +115,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  segments:
117
117
  - 0
118
- hash: 1399324303159525473
118
+ hash: 3790407277146841335
119
119
  required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  none: false
121
121
  requirements: