Closed ardeearam closed 1 year ago
Note that this repo is no longer maintained and this PR will not be reviewed. Prefer the official JavaScript API library.
If you still want to use Koa, see simple-koa-shopify-auth for a potential community solution.
Shopify Merge Queue takes care of merging pull requests in this repository. Once you are ready to ship this PR, comment /shipit
to enqueue this PR for merging.
If /shipit does not work, you can also ship PRs by going to your Shipit Next PR page and clicking on the Ship It button in the corner.
View more details at https://shipit-next.shopifycloud.com/Shopify/koa-shopify-auth/pull/98.
…ated string
My initial impression of
['Your scopes']
is[process.env.SCOPES]
which erroneously and quietly resolves to['read_themes,read_script_tags']
. This then produces subtleverifyRequest()
errors which is hard to track down.WHY are these changes introduced?
WHAT is this pull request doing?
This pull request fixes the example code which upon first impression requires an array with the first string as a comma-separated value.
Type of change
Checklist