Releases: bigcommerce/omniauth-bigcommerce
Releases · bigcommerce/omniauth-bigcommerce
v0.5.0
0.4.0
- Adds account_uuid to response payload
0.3.3
- Add Standard BigCommerce OSS Documentation
- Upgrade oauth2 gem to 1.4.4 or above
0.3.2
- Updates the gemspec to allow for greater versions of oauth2 gem usage to facilitate greater versions of faraday
0.3.1
- 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
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