omniauth-myvr 0.0.12 → 0.0.13

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: 72a77f93ac27f3ebd0b8d4573f6c6d62dac405f1
4
- data.tar.gz: b5a02cd862a43e07f99f42fd4c72adcddc6a5f79
3
+ metadata.gz: 9485b8988fa2a065e08dc09bfa7d114f43d0e311
4
+ data.tar.gz: f036915776252b67765ebd2450cf18ef669d07dc
5
5
  SHA512:
6
- metadata.gz: 8085012d4c3e6d0b332f017db0792bd87be4ac3952f124fda7a6f458ab9ca2ee65130a5672496ccbcacda049102f352405707af99a7a735a32cbaa7cc1a4cb8d
7
- data.tar.gz: c2a4b11d79b05ba078ace89538e4808c47098d7ca79979dc3b4eecc1b3aa1a5e2334c5435bb06fd9e14f9f00ad15bba5566f9fd59d57a16110d18b5a8b748567
6
+ metadata.gz: c30e7dc5993f99da7c15ab9e98021d9c741de26248caf5f702429853a8a4a5b4d51991670778d020e643499d29aaed2b2138fecdac3b44caa47f2f6185d7c329
7
+ data.tar.gz: f5e683720e2f1037340873a509cc5ad55d914409995f930cdb83d291a75701ac4504801bf961ca0d0f743762e79ffac72a33f8f068fba9d11b6b7108f76b5abd
@@ -100,7 +100,7 @@ module OmniAuth
100
100
  # end
101
101
  #
102
102
  def custom_build_access_token
103
- request.params.fetch('code')
103
+ verifier = request.params.fetch('code')
104
104
  # access_token =
105
105
  # if request.xhr? && request.params['code']
106
106
  # verifier = request.params['code']
@@ -113,7 +113,7 @@ module OmniAuth
113
113
  # ::OAuth2::AccessToken.from_hash(client, request.params.dup)
114
114
  # else
115
115
  # verifier = request.params["code"]
116
- # client.auth_code.get_token(verifier, get_token_options(callback_url), deep_symbolize(options.auth_token_params))
116
+ client.auth_code.get_token(verifier, get_token_options(callback_url), deep_symbolize(options.auth_token_params))
117
117
  # end
118
118
  # verify_hd(access_token)
119
119
  # access_token
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "omniauth-myvr"
6
- s.version = "0.0.12"
6
+ s.version = "0.0.13"
7
7
  s.authors = ["CJ Avilla"]
8
8
  s.email = ["cjavilla@gmail.com"]
9
9
  s.homepage = "https://github.com/w1zeman1p/omniauth-myvr"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-myvr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - CJ Avilla