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);
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025