Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Shopify app authentication access token time ?

Shopify app authentication access token time ?

Not applicable

Hi, I built the Shopify app in the node js public app now I am getting the issue with the app redirecting to the Authentication.

what was the right approach to resolve this?

Replies 2 (2)

Liam
Community Manager
3108 344 899

Are you following the process outlined in our OAuth docs?

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

Not applicable

@Liam  yes I am using the node js Shopify-API library 

`node_modules/@shopify/shopify-api/dist/error.js:13
var _this = _super.apply(this, tslib_1.__spreadArray([], tslib_1.__read(args), false)) || this;
^
`
jwt expired
at InvalidJwtError.ShopifyError [as constructor] (.../node_modules/@shopify/shopify-api/dist/error.js:13:28)


why this happen how to resolve this issue ?