omniauth-kounta 0.0.17 → 0.0.18

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: 7ecbb63a7a9e8d11fa3822b4ab574cf788870486
4
- data.tar.gz: b3e9e883587e451e6dd6a4a43603c8ec0abf3ad9
3
+ metadata.gz: 4da693f81fde31185e535744bb71170003f74bac
4
+ data.tar.gz: e84e5c590154f40673dd61b78e69b8db2d9aabca
5
5
  SHA512:
6
- metadata.gz: 59bb772436ed435a893b5cb1426d621782f08dc6f4244a8ed87161ac7fd3391cbe618a43319f11c1482588b67e87c268dd039a72db95747cb7cc190ef54cc301
7
- data.tar.gz: cf2ffe71c7d6c4e95388ad29e7b9c7a6931f88c5d22d926d2b6e608b82a40550fde0e1b9d356051ac8aea615da504350421af892b1de757eac8bdebf894e68e3
6
+ metadata.gz: 5f27bb0e7be7114f0e12015c45e1de40625159b6342a63e94afe5dfea6dcef7d9f324366b6d95204e9c84fb77e9debe4bbebd8078fe39243690394f867cf6a72
7
+ data.tar.gz: aa1901a4cbf14e486b11296d189399e210106b471a8f9c51cd2031493d1a0b37259c9d5127d835994ae34a665b9c0ceb642f6f646f5f1759322717e77e9e9d19
@@ -11,13 +11,12 @@ module OmniAuth
11
11
  option :client_options, {
12
12
  :site => AuthUrl,
13
13
  :authorize_url => "#{AuthUrl}/authorize",
14
- :token_url => "#{ApiUrl}/v1/token"
14
+ :token_url => "#{ApiUrl}/v1/token.json"
15
15
  }
16
16
 
17
17
  def token_params
18
18
  super.tap do |params|
19
- request.params.delete("state")
20
- p request.params
19
+ p params
21
20
  params
22
21
  end
23
22
  end
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Kounta
3
- VERSION = '0.0.17'
3
+ VERSION = '0.0.18'
4
4
  end
5
5
  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.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rhys Elsmore