Shopify / omniauth-shopify-oauth2

Shopify OAuth2 Strategy for OmniAuth 1.0
http://shopify.github.io/omniauth-shopify-oauth2
91 stars 69 forks source link

Limit omniauth-oauth2 dep to last working version #102

Closed paulomarg closed 3 years ago

paulomarg commented 3 years ago

When omniauth-oauth2 was updated from version 1.7.0 to 1.7.1, it bumped its internal dependency to omniauth v>=2, which strangely enough was not considered a breaking change.

Omniauth v2 stops supporting GET requests to initiate OAuth, which breaks existing apps using shopify_app. Once we figure out a solution for this, we can release a new major version for this gem to avoid breaking existing apps.