Shopify / omniauth-shopify-oauth2

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

Replace deprecated URI.escape #84

Closed clupprich closed 4 years ago

clupprich commented 5 years ago

Replaces the depcreated call to URI.escape with Rack::Utils.build_query (which also saves us from manually constructing the query params - yay!

clupprich commented 5 years ago

I signed the CLA, but unsure how to re-run the check.

tanema commented 4 years ago

Thanks for your changes!