omniauth-kounta 0.0.21 → 0.0.22

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: f95481d1e8786323947de8397ce0d5b34f33245f
4
- data.tar.gz: dff1332d06953e360ea4a1abd91032fd6aa092bb
3
+ metadata.gz: 17f791205c3cfd3ba947d1009efc803dbf4910e3
4
+ data.tar.gz: f6da65c5fd0d6543775a32fccedf292b9b8f5bdb
5
5
  SHA512:
6
- metadata.gz: f47a35bdc6934bfba00a2576f09c60e40d70d61ca4aa60b7e29e260bee1e0c3765d1c2515430de183e9ed8b60792cc4c803e88ade196925b76be9531299afa40
7
- data.tar.gz: a978010fea1d11411d84061f18c30eb8a43df692a156fa7f994f053fca154be0d8119ed2fbd82ff106e8794ce179c3506a8f6b5923efca05b766439b780861c5
6
+ metadata.gz: 58ec2cc66a28b20dbd3b20958a90b51f29b6287665a1ae0935663c7f682bc08939555d3c1d789460245e4ac2a9773d356142d1383e3072d120198ef76432baac
7
+ data.tar.gz: 63edb7b87197c3e34781dc7944181a0538b9278ccf142e894d54491ea8c330a41244bf3fb679a13d3e944e65ed93ca08c31dbfa11817b0713b92771915211a41
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Kounta
3
- VERSION = '0.0.21'
3
+ VERSION = '0.0.22'
4
4
  end
5
5
  end
@@ -14,6 +14,10 @@ module OmniAuth
14
14
  :token_url => "#{ApiUrl}/v1/token.json"
15
15
  }
16
16
 
17
+ option :token_params, {
18
+ :redirect_uri => "https://rhys-kounta.ngrok.io/auth/kounta/callback"
19
+ }
20
+
17
21
  def token_params
18
22
  params = super
19
23
  p callback_url
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.21
4
+ version: 0.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rhys Elsmore