rack-openid 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rack/openid.rb +1 -1
- metadata +4 -4
data/lib/rack/openid.rb
CHANGED
@@ -139,7 +139,7 @@ module Rack #:nodoc:
|
|
139
139
|
|
140
140
|
oidresp = timeout_protection_from_identity_server {
|
141
141
|
consumer = ::OpenID::Consumer.new(session, @store)
|
142
|
-
consumer.complete(req.
|
142
|
+
consumer.complete(Rack::Utils.parse_query(req.query_string), req.url)
|
143
143
|
}
|
144
144
|
|
145
145
|
env[RESPONSE] = oidresp
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rack-openid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 2
|
10
|
+
version: 1.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Joshua Peek
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-09-03 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|