omniauth-fenix 1.0.5 → 1.0.6

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: 237912578b8de9360c688f9412a253cd601ec4b5
4
- data.tar.gz: 6a2d5b179f55b52167fc5ec15cef007894fa1247
3
+ metadata.gz: 204f621e317cf53f581191632eb8f67d8f624ab4
4
+ data.tar.gz: e9247772e50c5c4ab88b795920f4554d0cdad3f4
5
5
  SHA512:
6
- metadata.gz: bf8026e0fcffcc4ffb11c8491f7edf212c890db0e097b109bf21b35ed0dadebd6e0732bdc8cf3ae6869a308af2c3a6865a266cf26cc64da3310c051c43730924
7
- data.tar.gz: 50e3566c357c9d01a34dc06f2bbaed0faa114e21d006be38228d886f9fc3e6560046f445441f6dd7aa5fc9eb4cb3ced002b1f7af33d7f59d31f9c3e753938f32
6
+ metadata.gz: 908f7af5353182aeb90c07c8dd00d988504585b9647976e70d43fd16e4c628f70247f8e3d8a9612cf006ede989f9e47e146e9128dbef00890976181d3d46f9b6
7
+ data.tar.gz: f582d92184f5bc8f721081a16e39085f15cd86a0f0626958eaca5ce3ec844b017ae28734e497d17b15a09af6daf4eaa6a8639307c2f6cc99cad289c0f2d47850
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Fenix
3
- VERSION = "1.0.5"
3
+ VERSION = "1.0.6"
4
4
  end
5
5
  end
@@ -34,6 +34,9 @@ module OmniAuth
34
34
  end
35
35
 
36
36
  def build_access_token
37
+ p "2"
38
+ p parsed_callback_url
39
+ p "2"
37
40
  token_params = {
38
41
  :client_id => client.id,
39
42
  :client_secret => client.secret,
@@ -52,6 +55,9 @@ module OmniAuth
52
55
  private
53
56
 
54
57
  def request_url
58
+ p "t"
59
+ p parsed_callback_url
60
+ p "t"
55
61
  authorize_url = 'https://fenix.tecnico.ulisboa.pt/oauth/'
56
62
  "#{authorize_url}userdialog?client_id=#{client.id}&redirect_uri=#{parsed_callback_url}"
57
63
  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: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rui Mangas Pereira