openid_connect 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96670a029138c10be710eeb8b123c9e3b173c3ee
4
- data.tar.gz: 02bf038dac7a8acaef22d285d0fbfc433443bd62
3
+ metadata.gz: 929dc6344ce975d673716c5f52e72755142eedff
4
+ data.tar.gz: 3ea07b80fd3dfc424ed26e97169c716bd7051e91
5
5
  SHA512:
6
- metadata.gz: 1f59f7cc3af3259e70dd8f40e8790c854a2ca7b487e0cdb09850e161460d07a9b7031b983da851563aa5f136c188b4ce698664597572911c36a5588b0d767557
7
- data.tar.gz: 9bb50877162d933fcbaa8c82e2a2f344e3e81a3a30059f116716c5fb94db3586b946dac3ff350216ff84ef7077001af677fb533c97eea3d340f9aae0b767d384
6
+ metadata.gz: 3fa943b05ebadd8bf636ad9ee1819d7f1ee6f943c44b252495ecd58158b5abf3cd723a907efc6d394a797ad7543b6c407a6f693f294acb6dd08830c86497b644
7
+ data.tar.gz: a63e28e907ecec07ae4cc6804003421eb80ee77522a01ad669dfd3af04d6a00f7d288d612dbc0021e8f89943dc984e4a264b19f67bd02d9bbc63e8df4928b97c
data/README.rdoc CHANGED
@@ -21,6 +21,8 @@ OpenID Connect Server & Client Library
21
21
  * Running on Heroku (https://connect-op.herokuapp.com)
22
22
  * Source on GitHub (https://github.com/nov/openid_connect_sample)
23
23
 
24
+ * Simpler Version (https://github.com/nov/openid_connect_sample2)
25
+
24
26
  === Relying Party
25
27
 
26
28
  * Running on Heroku (https://connect-rp.herokuapp.com)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.0
1
+ 0.11.0
@@ -1,6 +1,9 @@
1
1
  class Rack::OAuth2::Server::Authorize
2
2
  module RequestWithConnectParams
3
- CONNECT_EXT_PARAMS = [:nonce, :display, :prompt, :request, :request_uri, :id_token]
3
+ CONNECT_EXT_PARAMS = [
4
+ :nonce, :display, :prompt, :max_age, :ui_locales, :claims_locales,
5
+ :id_token_hint, :login_hint, :acr_values, :claims, :request, :request_uri
6
+ ]
4
7
 
5
8
  def self.prepended(klass)
6
9
  klass.send :attr_optional, *CONNECT_EXT_PARAMS
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openid_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - nov matake
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-26 00:00:00.000000000 Z
11
+ date: 2016-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json