omniauth-kounta 0.0.12 → 0.0.13

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: 3bfc510ecdfaf1d8ef066d42ace3dda558456d40
4
- data.tar.gz: 7739b71bfccea34ceccc3a22a75d8cdc344e6659
3
+ metadata.gz: cf48952be8711381712eca83ac067e4f811e1dd2
4
+ data.tar.gz: a5dabd8988a596fab1256bd04861bba35ab97bb1
5
5
  SHA512:
6
- metadata.gz: 9499529005aadc0184def9f5b7ca727ce42fc5cb13e66efbc5f92de5bcbc6784283858eb0438de512fd949e2cfc0cc829670260ccfeee7d615dfc845a0de8a00
7
- data.tar.gz: 6b8a7ca09078b243ca30b4773545cf7b12d3b9a3eb7f2f46815cb051262c8150cca1d608ec19816f5c0146ca5dca3b370ee2c9ba8877d35cc1d6da690866f121
6
+ metadata.gz: d89083f65816eecec7203ad1982ecd225f7ae4c61c77a5f9a5438f6e17733bb4519feb7a48871b2f7b59dbd342494d284c2dd4dfd2da2765c40e15b374ec929e
7
+ data.tar.gz: ab853c3e7029f4b1abe58bfda14c226964642cf8d41f4c7ffc5d5c11e94e253b34774f8da0117ce7ded40d09d666d5aef995a9ccdf5c82f897609c661ee1b050
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Kounta
3
- VERSION = '0.0.12'
3
+ VERSION = '0.0.13'
4
4
  end
5
5
  end
@@ -14,13 +14,10 @@ module OmniAuth
14
14
  :token_url => "#{ApiUrl}/v1/token.json"
15
15
  }
16
16
 
17
- option :token_params, {
18
- :grant_type => "authorization_code"
19
- }
20
-
21
17
  def token_params
22
18
  super.tap do |params|
23
19
  p params
20
+ p request.params
24
21
  end
25
22
  end
26
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-kounta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rhys Elsmore