SatelCreative / spylib

A library to facilitate interfacing with Shopify's API
https://satelcreative.github.io/spylib
MIT License
3 stars 2 forks source link

Change final redirect in oauth #181

Closed hillairet closed 1 year ago

hillairet commented 1 year ago

According to the latest docs we should be redirecting to https://{base64_decode(host)}/apps/{api_key}/ . That means we also don't need the app handle anymore though it still works.