Skip to content

Commit

Permalink
http 2 https
Browse files Browse the repository at this point in the history
  • Loading branch information
judearasu committed Jul 8, 2012
1 parent fce052f commit 577a0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/omniauth/strategies/miso.rb
Expand Up @@ -5,8 +5,8 @@ module OmniAuth
module Strategies module Strategies
class Miso < OmniAuth::Strategies::OAuth class Miso < OmniAuth::Strategies::OAuth
option :name, "miso" option :name, "miso"
option :client_options,{:site=>'http://gomiso.com', option :client_options,{:site=>'https://gomiso.com',
:authorize_url => 'http://gomiso.com/oauth/authorize', :authorize_url => 'https://gomiso.com/oauth/authorize',
:token_url =>'https://gomiso.com/oauth/access_token' :token_url =>'https://gomiso.com/oauth/access_token'
} }


Expand Down

0 comments on commit 577a0b7

Please sign in to comment.