omniauth-barong-oauth2 1.0.0.rc1 → 1.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc5641309e9aeee875f4b37f751b4a5733acc693a14e9fc109fd5f5c47f345a2
|
4
|
+
data.tar.gz: fea487ecbfa077e35259a5e08ee7ec53b97784b10e6be8fc04b0f3b9806a2bee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e9fb5abf0bc37c3cd90cf93a86853591faf9bf152ecba9ae2454a6528fef7a6176fa5606df31b985bbf380b040c6b94db0cc356cdd4a64931e41750099fb791
|
7
|
+
data.tar.gz: '0983ae1700905934a7b6111983b7abbf27f27f21e6c6b9b232ebf69019d66f324138b6442624295d2f3390100c349a99a5d9150a15f9abbf974e254851fe307c'
|
@@ -24,7 +24,7 @@ module OmniAuth::Strategies
|
|
24
24
|
|
25
25
|
uid { resource.fetch("uid") }
|
26
26
|
|
27
|
-
info {
|
27
|
+
info { OmniAuth.config.logger.debug { response.to_json }; resource }
|
28
28
|
|
29
29
|
def resource
|
30
30
|
@resource ||= access_token.get(URI.join(root_url, options.resource_path)).parsed
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-barong-oauth2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yaroslav Konoplov
|
@@ -51,6 +51,7 @@ files:
|
|
51
51
|
- Gemfile
|
52
52
|
- Gemfile.lock
|
53
53
|
- LICENSE
|
54
|
+
- lib/omniauth-barong-oauth2.rb
|
54
55
|
- lib/omniauth-barong-oauth2/strategy.rb
|
55
56
|
- lib/omniauth-barong-oauth2/version.rb
|
56
57
|
- omniauth-barong-oauth2.gemspec
|