omniauth-kounta 0.0.15 → 0.0.16

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: bd4c6b292f29b238300e06b3c0cd4f7fdba17971
4
- data.tar.gz: 6f1d7d57d458cd267f9d94c09440eadade865d82
3
+ metadata.gz: 4e7ce33945845164877df66c08d828c6196744d1
4
+ data.tar.gz: 1652c9b80b8c5e779b5d6157af59967dd2147adb
5
5
  SHA512:
6
- metadata.gz: 79eec5a21af215111c9b9d9e9cddc636fd3f82d9b98dea384714bd36773d3bdb300725b2147a8bea4fbf10a9b6bc6f61d16cc016b420619a98e97958b3c41ea5
7
- data.tar.gz: 24b36883c8228fa87ddfedc0eb421a2eca835270ab8fd2430df464ac2926135fccddc6ee6a1f21e36070958f0fb536c72d4d5f631bf12d721b5746b52563f2e0
6
+ metadata.gz: 1624e46a765c5fc5ad58a1727461e6afe297059c109cc01732aef7312e27d494c0fe22c9c7e1aaa6a0f62eac2d1f4b60d246a1f8315b4cf836b0d89d285c0935
7
+ data.tar.gz: 0e7192bc20741bfe38a721cffaeb5fb7da5cb772b2239a4ad25317ab62f1f75c4341ba50bb8b2a59b0dfafb51fddd885ad988c6121d0c86d3e024c2d456c41f7
@@ -17,6 +17,7 @@ module OmniAuth
17
17
  def token_params
18
18
  super.tap do |params|
19
19
  request.params.delete("state")
20
+ p request.params
20
21
  params
21
22
  end
22
23
  end
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Kounta
3
- VERSION = '0.0.15'
3
+ VERSION = '0.0.16'
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.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rhys Elsmore