omniauth-younility 2.2.1 → 2.3.1

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: 5d3b282f460771253b8cdb46d6cea81dd0377e5f
4
- data.tar.gz: a9e6d8aac9ae2c30a27e7c479bfb37920f1ec838
3
+ metadata.gz: 125c3f3295a241f0912036e30fd3dbf71aca6d4f
4
+ data.tar.gz: 512e30fe33fbf302a51c6ec733be3a79cd7d2d7a
5
5
  SHA512:
6
- metadata.gz: bf3fac07c2f3361f072bb4476e3a6aaf2b73b861471bcb7db4c5d92f3fabcd8b410b89f8b276631f560b4b2e7d303a072d68fbdefed73a98ae03b477e1be79c7
7
- data.tar.gz: cc2137e855e45e2b8ae4a8168a21cccbfd3ac034fe63131e67a04b1b856426999944bd6592ba87776cf976e8c27ff63284e0726a9b5a8b71830922e57fc4411b
6
+ metadata.gz: b9b95175abf2c051dc1e5419338fe357f393cc9022372ef8e6721c2d16009f31cfcd6100ec649fab66112218f007c549de4eb521a2de56e7a00592a8e2a7c45c
7
+ data.tar.gz: bccc600cec7149043aec0295e0472f4442bbf904b6c73e6d6954d10b2aa6f25e9eb44814e92512f22067188a1c3d8798d3e5e8af7a1be24333130d0891fc97fa
@@ -17,8 +17,9 @@ module OmniAuth
17
17
  def authorize_params
18
18
  super.tap do |params|
19
19
  params[:response_type] = 'code'
20
- params[:client_id] = client.id
21
- params[:redirect_uri] ||= callback_url
20
+ if param = request.params['authorize_dialog']
21
+ params[:authorize_dialog] = param
22
+ end
22
23
  end
23
24
  end
24
25
 
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Younility
3
- VERSION = "2.2.1"
3
+ VERSION = "2.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-younility
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Cameron
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2017-06-29 00:00:00.000000000 Z
13
+ date: 2018-01-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler