Skip to content

Commit

Permalink
provider_ignores_state = true
Browse files Browse the repository at this point in the history
  • Loading branch information
esbanarango committed Jan 25, 2013
1 parent 1beba66 commit 0eb93fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth/paypal/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module PayPal
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end
1 change: 1 addition & 0 deletions lib/omniauth/strategies/paypal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class PayPal < OmniAuth::Strategies::OAuth2
}

option :authorize_options, [:scope, :response_type]
option :provider_ignores_state, true

uid { raw_info['userId'] }

Expand Down
2 changes: 1 addition & 1 deletion omniauth-paypal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ['lib']

s.add_runtime_dependency 'omniauth-oauth2', '~> 1.0.0'
s.add_runtime_dependency 'omniauth-oauth2', '~> 1.1.0'

s.add_development_dependency 'rspec', '~> 2.7.0'
s.add_development_dependency 'rake'
Expand Down

0 comments on commit 0eb93fb

Please sign in to comment.