App reviews, troubleshooting, and recommendations
i went through shopify documentation but didnt got clear idea of how to implement for offline access token via express and node there's only support i found for KOA and the function used is createShopifyAuth
i am using this module @Shopify/shopify-api so whats the exact function to implement offline tokens
Solved! Go to the solution
This is an accepted solution.
If you're using this template or created your app using shopify-cli, change this line to:
app.set('use-online-tokens', false);
Maybe the README of the module will help you:
https://github.com/Shopify/shopify-api-node/tree/9297dda7da2c266b9987d65cba693abbe7ab176a
This is an accepted solution.
If you're using this template or created your app using shopify-cli, change this line to:
app.set('use-online-tokens', false);
Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-TekLabs to discuss practical strategies for...
By JasonH Nov 13, 2024The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024