lib/omniauth/strategies/exvo.rb in omniauth-exvo-0.0.3 vs lib/omniauth/strategies/exvo.rb in omniauth-exvo-0.0.4
- old
+ new
@@ -10,10 +10,10 @@
:site => 'https://auth.exvo.com',
:token_url => '/oauth/access_token'
}
def request_phase
- %w(scope state x_sign_up).each do |param|
+ %w(scope x_sign_up).each do |param|
options[:authorize_params][param.to_sym] = request[param] if request[param]
end
super
end