omniauth-edumall 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/omniauth/edumall/user.rb +1 -1
- data/lib/omniauth/edumall/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: 7ff81b1b1c1ed311baaa4b61a672e43cea18042a
|
4
|
+
data.tar.gz: d888a85ae6dcb39379d128529eb61eb93a8ed3e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e7d34356e9a5452451e195488b95b6a1b79dc3c40e2e3c6102a0ae26942a6364d1d713239697b8cdab739c05b6cb93cb8de232c5c582891c8df65b9616b284f
|
7
|
+
data.tar.gz: e54f44bba626c122726b31750cd3ff23bba4f3b5f815ba010877dffea4d71d6eb2d899bcb173a0300561a8c5e659c2a7991dc6d1e37b4f41102451c4aafe12f8
|
@@ -22,7 +22,7 @@ module Omniauth
|
|
22
22
|
end
|
23
23
|
|
24
24
|
def logout
|
25
|
-
RestClient.post("#{EDUMALL_SSO_URL}/auth/signout") { |response, request, result, &block|
|
25
|
+
RestClient.post("#{EDUMALL_SSO_URL}/auth/signout", {}) { |response, request, result, &block|
|
26
26
|
case response.code
|
27
27
|
when 200
|
28
28
|
return true
|