omniauth-edumall 0.1.7 → 0.1.8
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/version.rb +1 -1
- data/lib/omniauth/strategies/edumall.rb +2 -1
- 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: ee10c85a41cc808cbf13c0f7abf9953fc83b571c
|
4
|
+
data.tar.gz: 01824d712ce9add850918caad7feb31953d2bd2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b9de4df2fb477b332e02badc0435e255e054909a3554d70493888030d3dfe8529619c81ff9cb84dc4d73c6d70edb043a4e8b9f8eb9dcfa25db8a2ea0d34a7cd
|
7
|
+
data.tar.gz: 97fe67f40fd34783ad90482ec70a8916b5dfc5367acdb2e1febdb42288ec72e11d32d3e4c06d915e09945f8e93ab1c9026f8b68553122510097f7567273b1339
|
@@ -2,7 +2,8 @@ require 'omniauth-oauth2'
|
|
2
2
|
module OmniAuth
|
3
3
|
module Strategies
|
4
4
|
class Edumall < OmniAuth::Strategies::OAuth2
|
5
|
-
CUSTOM_PROVIDER_URL = 'https://accounts.edumall.vn'
|
5
|
+
# CUSTOM_PROVIDER_URL = 'https://accounts.edumall.vn'
|
6
|
+
CUSTOM_PROVIDER_URL = 'http://edumall.local.vn:3000'
|
6
7
|
|
7
8
|
option :client_options, {
|
8
9
|
:site => CUSTOM_PROVIDER_URL,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-edumall
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hoptq
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01-
|
11
|
+
date: 2017-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth-oauth2
|