Shopify / koa-shopify-auth

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

How to load Shopify.Context.initialize data from DB. #107

Closed apurbajnu closed 1 year ago

apurbajnu commented 3 years ago

I am building a custom app. This app needs to be used for more than 1 store but less than 5. Now I want to load the API key & other data from DB instead of .env. How may I do that? So that each store uses a different API key.

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.