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_77 /shopify-api**so whats the exact function to implement offline tokens
1 Like
Maybe the README of the module will help you:
https://github.com/Shopify/shopify-api-node/tree/9297dda7da2c266b9987d65cba693abbe7ab176a
If you’re using this template or created your app using shopify-cli, change this line to:
app.set('use-online-tokens', false);