Skip to content

Releases: bigcommerce/omniauth-bigcommerce

v0.5.0

05 Oct 19:38
98c3b63
Compare
Choose a tag to compare

What's Changed

  • Circleci project setup by @j05h in #31
  • Ensure oauth2 gem is < 2.0 by @j05h in #32

Full Changelog: v0.4.0...v0.5.0

0.4.0

21 Apr 23:20
Compare
Choose a tag to compare
  • Adds account_uuid to response payload

0.3.3

20 May 22:48
4462ffb
Compare
Choose a tag to compare
  • Add Standard BigCommerce OSS Documentation
  • Upgrade oauth2 gem to 1.4.4 or above

0.3.2

27 Mar 22:08
Compare
Choose a tag to compare
  • Updates the gemspec to allow for greater versions of oauth2 gem usage to facilitate greater versions of faraday

0.3.1

20 Dec 20:28
27eb71f
Compare
Choose a tag to compare
  • Upgrades gem dependencies to allow Faraday 0.11 to be used (as opposed to 0.10), which is required for various other libraries
  • Update license to explicitly illustrate using MIT license for this gem
  • Remove 1.9 hashrocket syntax and use 2.0 syntax

0.3.0

05 May 19:55
Compare
Choose a tag to compare

Fixes

  • Restore callback_url behavior prior to omniauth-oauth2 1.4.0 breaking change. See omniauth/omniauth-oauth2#70 for details
  • Address CVE-2012-6134 by requiring omniauth-oauth2 >= 1.1.1
  • Properly pass scope and context to authorize and token exchange endpoints