omniauth-howtodo 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/howtodo/version.rb +1 -1
- data/lib/omniauth/strategies/howtodo.rb +3 -3
- 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: caa4d6768a96bc59fcf81366b194867ae81f3895
|
4
|
+
data.tar.gz: b832f92dc6014fa09afa8160feb438728c9dd14c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef5d5e819deaec1d81669c5fec1a79318d020b814b2bbf018d8734d02a43cf4ecbadc69a0ff5d6944abcef29a8a4b74454ba0eaad77106b78f53dcd6a37a8751
|
7
|
+
data.tar.gz: 965b0da60758274e9617173622a585b9e5dab867f80a5e787f29761fea992c8c10e5db239ad9713e50403ba5b74d03174aaa32f0ce36c9f00fe23ab122979ef9
|
@@ -7,8 +7,8 @@ module OmniAuth
|
|
7
7
|
option :name, :howtodo
|
8
8
|
|
9
9
|
option :client_options, {
|
10
|
-
|
11
|
-
|
10
|
+
:site => "http://account.howtodo.me",
|
11
|
+
#:site => "http://127.0.0.1:3000",
|
12
12
|
:authorize_url => "/oauth/authorize"
|
13
13
|
}
|
14
14
|
|
@@ -20,7 +20,7 @@ module OmniAuth
|
|
20
20
|
# and anything else you want to return to your API consumers
|
21
21
|
}
|
22
22
|
end
|
23
|
-
|
23
|
+
|
24
24
|
extra { raw_info }
|
25
25
|
|
26
26
|
def raw_info
|