omniauth-remote-user 0.0.5 → 0.0.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3872a1600a5a11d8c912177cafcb7807a58c62d3
4
- data.tar.gz: 4c40663871a7b566e93ccb51ab6d9a68a4894f65
3
+ metadata.gz: d9bbf8dd2f27787abeee04b65afdb32980d43d7f
4
+ data.tar.gz: 3d7702ae02e613da43ffa0bcd60ed7c4513bd5ba
5
5
  SHA512:
6
- metadata.gz: 45777957372647f5715d5211b22d280dbbf338cdbbb96edbdabc3be1a725a6c2c3b8bdbf29b36fa56815b0d02debf4eabcf7cb396aa8e40a85fd44988a931f25
7
- data.tar.gz: bb31c7f261fea4ff5a4223de6a93460f6795ab7150a937a9a2f6a49c778b2f28de4d965e1cb67095c8b79606cf656f4d881ade9cbbb5c924712a75733a0e2e1c
6
+ metadata.gz: 833f78600b2b485666e4e931904f5a38497480c7c9e5b5b3de45037ea35c7d7a5f259e8f3e53fab3447ba6222f768e90ed424445a713445c3c4304a3d10acd41
7
+ data.tar.gz: d96de4fed615df91d0b29bad7ebdcae98a0798cf9cbb9bba8be2cf4f2b2931a9ce980333b093a538cd5d030811cc379e7ab4043f99e77ef166824151b24c4f8f
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module RemoteUser
3
- VERSION = '0.0.5'
3
+ VERSION = '0.0.6'
4
4
  end
5
5
  end
@@ -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 , path: "#{request.script_name}"})
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.5
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-02-03 00:00:00.000000000 Z
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.4.5
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: