omniauth-fenix 2.1.3 → 2.1.4

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: 84d632c2efe9ecaf657cd98a9d6af675fb84806b
4
- data.tar.gz: 8edea1d7cc53ee0ce07c7d216cad793bc36a18cf
3
+ metadata.gz: 568c08b32cc464600e9f8a8bc059443f42246d70
4
+ data.tar.gz: 384d084174fbc48c8dfbd9b42050c1359d71bfe9
5
5
  SHA512:
6
- metadata.gz: 4d6bb010d1c0e7b7c05c2419aa4c7f31761fb9f974418e1dc93e78b7eeb56b299e31a114d06fdf93c89c213252a6bfec8ca28740b01fb43943999d2975743282
7
- data.tar.gz: 27e3dc0bb8e19521611a416c0f29fba357a9d6ea963a497c6d7b15c17dbb66e9deaf535e1c854dae50508bd8aca6e36f5214cd02d6c24dd5df5442205700169a
6
+ metadata.gz: eefece19f1ce33de8cab943cd6b61597f34209eb901be61233d5fddcf8a053193b5e50b87918ec3480da58a0a0984461bf4ce0088b5ff3ad31dc5bb07e0f322f
7
+ data.tar.gz: 3426325a21f63485fb91ab9244ceb41e40127ef325b65608a496109c308292b2d63af70a2f1a6b829cab75346570cba2d94bf6899edbbef558bddcde2436c17e
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Fenix
3
- VERSION = "2.1.3"
3
+ VERSION = "2.1.4"
4
4
  end
5
5
  end
@@ -12,6 +12,7 @@ module OmniAuth
12
12
  }
13
13
 
14
14
  def request_phase
15
+ puts "Redirecting user to " + request_url
15
16
  redirect request_url
16
17
  end
17
18
 
@@ -34,12 +35,12 @@ module OmniAuth
34
35
  end
35
36
 
36
37
  def build_access_token
37
- log :info, ">>>>>>>> calling build_access_token"
38
+ puts ">>>>>>>> calling build_access_token"
38
39
  verifier = request.params['code']
39
- log :info, ">>>>>>> code: #{verifier.inspect}"
40
- log :info, ">>>>> getting auth token now"
40
+ puts ">>>>>>> code: #{verifier.inspect}"
41
+ puts ">>>>> getting auth token now"
41
42
  token = client.auth_code.get_token(verifier, token_params)
42
- log :info, ">>>>>> token: #{token.inspect}"
43
+ puts ">>>>>> token: #{token.inspect}"
43
44
  token
44
45
  end
45
46
 
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.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rui Mangas Pereira