omniauth-openid-connect 0.2.2 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35259c91b0a952af5b6a7adf23b8f9ec8172f850
4
- data.tar.gz: 9363495f6379fa1750ef1aae17496a87d7f41180
3
+ metadata.gz: fc68951fa1deecd3ad19d98ad95aac6f1146d10b
4
+ data.tar.gz: 48a8bfab5757b253d17ca387d4441d093d2faa34
5
5
  SHA512:
6
- metadata.gz: e779b236142b111fd5fe2cffe5f04802e7623a59f71ca078d2ea0548b1bfe8c74f254737583940376731fc1e052ed9e875a364cb89fdfbd03b1ec5bfa6a42ea9
7
- data.tar.gz: 5d073d720718c9445cf7adc4ce37e9bd8140b81f3abe9e5024054ac4a81f8c7022592e74f7eac97993c835f87618ca16a985f80927e144018dca21668ceeee74
6
+ metadata.gz: 70aed2a797c797b17e9fa5c4903220fe3374f8d6a2abc52af4211389bda165d2929ac5e927a562f6ca998ce852c9d51378c34b7c70de2654a45e01b9d0182eff
7
+ data.tar.gz: 54442efd4e44dfb97bedaa26c759d1d578750d75530bd8f16112e8f5f5e740de9ddddf28db11cecc2458acb5ec44fd4f0d04e225a8aef3d36462d4633aaef5c0
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module OpenIDConnect
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
@@ -33,6 +33,7 @@ module OmniAuth
33
33
  option :response_mode
34
34
  option :display, nil #, [:page, :popup, :touch, :wap]
35
35
  option :prompt, nil #, [:none, :login, :consent, :select_account]
36
+ option :hd, nil
36
37
  option :max_age
37
38
  option :ui_locales
38
39
  option :id_token_hint
@@ -121,6 +122,7 @@ module OmniAuth
121
122
  scope: options.scope,
122
123
  state: new_state,
123
124
  nonce: (new_nonce if options.send_nonce),
125
+ hd: options.hd,
124
126
  }
125
127
  client.authorization_uri(opts.reject{|k,v| v.nil?})
126
128
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-openid-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Bohn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-16 00:00:00.000000000 Z
11
+ date: 2015-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth