Taken from the npm docs example:
https://www.npmjs.com/package/@shopify/koa-shopify-auth
const {SHOPIFY_API_KEY, SHOPIFY_SECRET} = process.env;
I get how to insert this key locally in my .env file. I don't understand how this scales on a public app.
How exactly do the API keys and secrets (of other store owners using my app) populate when connecting to a koa.js server that uses this library?
User | Count |
---|---|
14 | |
12 | |
10 | |
8 | |
7 |