omniauth-accredify 0.0.8 → 0.0.9

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: 71cedb436cf0fb2a2376039ff1308c7c6c2b7451
4
- data.tar.gz: 919450921cacef9f707f4397782fd057a96bec21
3
+ metadata.gz: 2cabd8bc6cdb8c006b213fa8b4180983aa5f2242
4
+ data.tar.gz: bb8843890d8f620cbf305012eef266b41f5bea95
5
5
  SHA512:
6
- metadata.gz: b1b71e36e5b588a849dde4f1fbcb26234565f0452aae42b00dd31d0c39733c254355843654776a33a9cc10bcb191fcedf4c4124d0de1a993a32d0994c751aacf
7
- data.tar.gz: 8d4c150a9a43fae9cc74e4725cce3a1464b73c5e119b340a6aced92aeacbb93d4e842c1f5519ea8d32427557e473ac96a38ea981f5e9009c1047c37e17707041
6
+ metadata.gz: e884ffe040cb8df6a108eee846e30fb8161ec10845de47c7cd894cc4f5f71c671ad9f3070fe8364b2ff6d330dc9abdd279df8fffc1d5a51b25f43fdf18cc74cc
7
+ data.tar.gz: 80e2090e3a28645998388579324ee882523db7c44b89bc75ecc1ec36c6f91485d4d4d7761ad4bfcb609d07daac0461a5cd823fe1aeb45d2cee50977688fe586c
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Accredify
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ module OmniAuth
10
10
  }
11
11
 
12
12
  def request_phase
13
- super
13
+ redirect client.auth_code.authorize_url({:client_id => client_id})
14
14
  end
15
15
 
16
16
  uid { user_data['id'] }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-accredify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Martinez