omniauth-mastodon-st 0.9.6 → 0.9.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
  SHA256:
3
- metadata.gz: 434df4b51470a6832e2810e9ddf40a9e231bcfac2aada58a90bbcc1835f3d1fc
4
- data.tar.gz: ca05b78b68731788fa0082975c8450aa5c436031bf6e223c45d8ece68a03900f
3
+ metadata.gz: c278bceb7fe8ef155caa37fc482af11b62b3245124621163856de6be5384f52a
4
+ data.tar.gz: febd54f402679648c40bdfbf91b98a5ef8520fdc922bd6f2ed527d87028b772b
5
5
  SHA512:
6
- metadata.gz: 7af4438fdd8c348a9b5277c710252279912199df0bc2353c2ea4cd393dbd7166ce83005335dff7e91b1dc317e7512bb58079a057135322d8dcad1b42ccf29cfa
7
- data.tar.gz: beead42ab4797a48fffe22e6fdfed7064dfe815f1e2287b4ed47376343e8ea032de8ec58fe56d08ea18c4d9be528368c8354dbeae98e6aa7fc9608d8f8600016
6
+ metadata.gz: 917530397b92818fccf63a796dac5fbbe933da47b907b402cc60f1a103bb65fde93bad78dd4b71882145bd5320b63588c76e224899bcecf3eb2a71f35ff822a6
7
+ data.tar.gz: 8efe0fcc741a526d7b174f5788cb316fb2f5da9e4fe76834acd121b6970a6e193fefe99434f6e44ddc6a08b34ddbb7953a25aa01034fb30b5147937f30af380a
@@ -12,7 +12,7 @@ module OmniAuth
12
12
  end
13
13
 
14
14
  def patch
15
- 6
15
+ 7
16
16
  end
17
17
 
18
18
  def pre
@@ -35,15 +35,19 @@ module OmniAuth
35
35
  # Before we can redirect the user to authorize access, we must know where the user is from
36
36
  # If the identifier param is not already present, a form will be shown for entering it
37
37
  def request_phase
38
- identifier ? start_oauth : get_identifier
39
38
  puts "++++++++++request_phase"
40
39
  puts identifier
40
+ puts options[:domain]
41
+ puts options[:client_id]
42
+ puts options[:client_secret]
43
+ puts "++++++++++request_phase"
44
+ identifier ? start_oauth : get_identifier
41
45
  end
42
46
 
43
47
  def callback_phase
44
- set_options_from_identifier
45
48
  puts "++++++++++callback_phase"
46
49
  puts identifier
50
+ set_options_from_identifier
47
51
  super
48
52
  end
49
53
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-mastodon-st
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugen Rochko