omniauth-fanburst 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/omniauth-fanburst.rb +2 -2
- data/lib/omniauth-fanburst/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81d10845a02c919fdb4f11030d51d8ad2256260c
|
4
|
+
data.tar.gz: be92a3b7884627f81f780d7c996f09d123f890c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 165a824e05fa15073c1399eedc72457664f143cad857b35e60538f868531396ee05903fa3c8000927390778d310176cd0f22b61bbef5964fda1c7586cfc7c242
|
7
|
+
data.tar.gz: e2a65fff7404dde552aed0f21263562d39e6e72dd99655ae43e24828a58da8d8a5e879b21730994690c68564e30a1ca089798beb052b63d722e774fa0d9b5681
|
data/lib/omniauth-fanburst.rb
CHANGED
@@ -10,8 +10,8 @@ module OmniAuth
|
|
10
10
|
# initializing your consumer from the OAuth gem.
|
11
11
|
option :client_options,
|
12
12
|
site: 'https://api.fanburst.com',
|
13
|
-
authorize_url: 'https://fanburst.com
|
14
|
-
token_url: 'https://fanburst.com
|
13
|
+
authorize_url: 'https://fanburst.com/oauth/authorize',
|
14
|
+
token_url: 'https://fanburst.com/oauth/token',
|
15
15
|
connection_opts: { headers: { user_agent: 'omniauth-fanburst', accept: 'application/json', content_type: 'application/json' } }
|
16
16
|
|
17
17
|
# These are called after authentication has succeeded. If
|