omniauth-remote-user 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/omniauth-remote-user/version.rb +1 -1
- data/lib/omniauth/strategies/remote_user.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9bbf8dd2f27787abeee04b65afdb32980d43d7f
|
4
|
+
data.tar.gz: 3d7702ae02e613da43ffa0bcd60ed7c4513bd5ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 833f78600b2b485666e4e931904f5a38497480c7c9e5b5b3de45037ea35c7d7a5f259e8f3e53fab3447ba6222f768e90ed424445a713445c3c4304a3d10acd41
|
7
|
+
data.tar.gz: d96de4fed615df91d0b29bad7ebdcae98a0798cf9cbb9bba8be2cf4f2b2931a9ce980333b093a538cd5d030811cc379e7ab4043f99e77ef166824151b24c4f8f
|
@@ -48,7 +48,7 @@ module OmniAuth
|
|
48
48
|
request = Rack::Request.new(env)
|
49
49
|
response = redirect_if_not_logging_in(request,_auth_path(request) )
|
50
50
|
if response
|
51
|
-
response.set_cookie(options.internal_cookie, {value: uid
|
51
|
+
response.set_cookie(options.internal_cookie, {value: uid, path: "#{request.script_name}", httponly: true})
|
52
52
|
response.finish
|
53
53
|
end
|
54
54
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-remote-user
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lucas Kanashiro
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2015-
|
15
|
+
date: 2015-04-30 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: omniauth
|
@@ -73,8 +73,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
version: 1.3.5
|
74
74
|
requirements: []
|
75
75
|
rubyforge_project:
|
76
|
-
rubygems_version: 2.
|
76
|
+
rubygems_version: 2.2.2
|
77
77
|
signing_key:
|
78
78
|
specification_version: 4
|
79
79
|
summary: Authentication with HTTP Remote User
|
80
80
|
test_files: []
|
81
|
+
has_rdoc:
|