Hi all,
I am running two self-built private apps on a production shopify. The 2 apps are embedded app with react frontend and koa.js backend and the authentication are using the deprecated koa-shopify-auth (https://github.com/Shopify/koa-shopify-auth). Here shopify node package versions of the 2 apps.
-
KoaJS backend
“@shopify/koa-shopify-auth”: “^3.1.70”,
“@shopify/koa-shopify-webhooks”: “^2.5.0” -
React frontend
“@shopify/app-bridge-react”: “^1.27.2”,
“@shopify/polaris”: “^5.2.1”,
“@shopify/polaris-icons”: “^3.12.0”,
“@shopify/react-router”: “0.0.34”
The koa-shopify-auth is deprecated and it suggested the user to migrate the cookie-based authentication to session tokens. On the other hand, i am not using the @Shopify_77 /shopify-api for verifying the http request from the reactjs frontend. And the backend koajs calls the shopify api thru axios client.
So my question is if i keep the following setup, will it stop working in the upcoming shopify update like the winter 2023?
Thanks.
Regards,
Kit