omniauth-oauth2 1.3.1 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/omniauth-oauth2/version.rb +1 -1
- data/lib/omniauth/strategies/oauth2.rb +0 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c67fe41a9f73381bfe2508f48a5d7631db4d52b3
|
4
|
+
data.tar.gz: 42be96f41a3a53ef47ee01818bf4785ac8ec2dc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 967e76c8a0654283e0e0610c1260781736475d945e4fac63262c1acd900f4a70828dad325e73949578b39d902649e4ce920f6b41dc6b6e809d407e706abb779f
|
7
|
+
data.tar.gz: bf0a2d0579591dc2e9793b72c02ca6bc20729b4e18bbee3041c0e0a054ef50a18218d30456a104b50b1e438a94fe36ba0b4f570b89bdca8b6452e6d4b4b1db6a
|
@@ -36,10 +36,6 @@ module OmniAuth
|
|
36
36
|
::OAuth2::Client.new(options.client_id, options.client_secret, deep_symbolize(options.client_options))
|
37
37
|
end
|
38
38
|
|
39
|
-
def callback_url
|
40
|
-
full_host + script_name + callback_path
|
41
|
-
end
|
42
|
-
|
43
39
|
credentials do
|
44
40
|
hash = {"token" => access_token.token}
|
45
41
|
hash.merge!("refresh_token" => access_token.refresh_token) if access_token.expires? && access_token.refresh_token
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-oauth2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Bleigh
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-10-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: oauth2
|