omniauth-fenix 2.1.6 → 2.1.7

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: a963929d344fd1f4b63b4f7d6b9b28bbd80b8f45
4
- data.tar.gz: c497f397d33879df9dc9298ca41c137ac85d1100
3
+ metadata.gz: c83f25dc6e2d0318247586e1002365f436a92fd8
4
+ data.tar.gz: 4e34fc999ce9fcb7ebeff400f3941d022613ab69
5
5
  SHA512:
6
- metadata.gz: acc4d745458089613cdd023f7328a052145bc4f6717026bf489d94058ba82ff22681abb42d427691a51d2945cc51bcf5002279614beefd444381bd6e62a410a0
7
- data.tar.gz: 53b1f55675452c38d511b9cfff6e5078af818161f328cece2bb132651d213da84fdaf5f13966513f6792b1e7e5bed40466bb1861e243a8d139a7280699884112
6
+ metadata.gz: 2a82f8b01f57ced8aa8c6c65045b310030410e5bceda1ff47747199dc98cd24a489eba86841b039614135d281d37db9a3ba0e81bd96ccb30d8f9e9a46fad7127
7
+ data.tar.gz: 057ec691bbc5d7b2a67053298cbb21491e8cc87fe1d77129d6cc213626b9850519492898a252ba2b477bffe8a7d162c6b2a074dfa56b9c85f10fce4b0f5073d7
@@ -37,6 +37,7 @@ module OmniAuth
37
37
  verifier = request.params['code']
38
38
  puts ">>>>>>> code: #{verifier.inspect}"
39
39
  puts ">>>>> getting auth token now"
40
+ puts ">>> token params are: #{token_params.inspect}"
40
41
  token = client.auth_code.get_token(verifier, token_params)
41
42
  puts ">>>>>> token: #{token.inspect}"
42
43
  token
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Fenix
3
- VERSION = "2.1.6"
3
+ VERSION = "2.1.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-fenix
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.6
4
+ version: 2.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rui Mangas Pereira