Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Production should use https URL
Browse files Browse the repository at this point in the history
  • Loading branch information
primary0 committed May 29, 2014
1 parent 5b239d1 commit 5b9f82e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth-mindvalley/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module Mindvalley
VERSION = '0.0.7'
VERSION = '0.0.8'
end
end
6 changes: 3 additions & 3 deletions lib/omniauth/strategies/mindvalley.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ class Mindvalley < OmniAuth::Strategies::OAuth2
case Rails.env
when 'production'
option :client_options, {
:site => 'http://accounts.mindvalley.com',
:authorize_url => 'http://accounts.mindvalley.com/oauth/authorize',
:token_url => 'http://accounts.mindvalley.com/oauth/token'
:site => 'https://accounts.mindvalley.com',
:authorize_url => 'https://accounts.mindvalley.com/oauth/authorize',
:token_url => 'https://accounts.mindvalley.com/oauth/token'
}
else
option :client_options, {
Expand Down

0 comments on commit 5b9f82e

Please sign in to comment.