Shopify / koa-shopify-auth

DEPRECATED Middleware to authenticate a Koa application with Shopify
MIT License
80 stars 64 forks source link

Private app for multiple stores #129

Closed iDevJan closed 1 year ago

iDevJan commented 3 years ago

Hello,

I am kinda lost. I am trying to figure out how could I make a single private app, hosted only once, that could be installed on multiple stores. By that I mean that when I would receive shop param, I would fetch database for API key/secret and other required data and use them, as far as I understand now, they are now registered in some global context. Does anyone have any hint how could I tackle this problem?

Best regards, Jan

github-actions[bot] commented 1 year ago

Note that this repo is no longer maintained and this issue 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.