omniauth-fenix 0.3.8 → 1.0.0

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: e84aa0609d614d2d5d29ae159927a8d793040642
4
- data.tar.gz: 3f03201f5ac2428ce2c2f3a4ed4e1b7b36c28306
3
+ metadata.gz: 925a905548c261eaace2c5388387de979ef95267
4
+ data.tar.gz: 23f400ce2def6e725c60f84a1eae5f0056786011
5
5
  SHA512:
6
- metadata.gz: 7caf548960dbb65476928d1661b4c08b7b71be3490f84eb1b07cfb743839c560b77bebff5c05be6d6864abf23d58c218df74f2e5ec3061a2040cf445f45fc38b
7
- data.tar.gz: d663c3a3577f334578427c758268657fc57958bf7540a2b5a50c693a031cf8cfb35d2cb82e66e1fb69bde53285cd35be2d3eaf8a1f40935b11bca6a2621566a0
6
+ metadata.gz: 8b01f9187e85e034ba08687c8f3b48171b3dfa55404519cd642837d5e6b850bb9c645d29e6074e8b5a6c525d18868ca1e36dc65de768a7aeebd214a439e7ae09
7
+ data.tar.gz: 30bb66a50fd4cf1613d86b2a67971683434ea6baaecefa02e85cec367f379f040a27a842b23a0becb390fe0b7f9cfe208ccc66abfb8620d2146d3a31f5068e55
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Fenix
3
- VERSION = "0.3.8"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
@@ -52,7 +52,8 @@ module OmniAuth
52
52
  private
53
53
 
54
54
  def request_url
55
- "#{options.client_options.fetch(:authorize_url)}userdialog?client_id=#{client.id}&redirect_uri=#{callback_url}"
55
+ authorize_url = 'https://fenix.tecnico.ulisboa.pt/oauth/'
56
+ "#{authorize_url}userdialog?client_id=#{client.id}&redirect_uri=#{callback_url}"
56
57
  end
57
58
  end
58
59
  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: 0.3.8
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rui Mangas Pereira