koa-shopify-auth
koa-shopify-auth copied to clipboard
authenticatedFetch on Server?
Overview/summary
In the documentation for "Migrating from Cookies..." https://github.com/Shopify/koa-shopify-auth#migrating-from-cookie-based-authentication-to-session-tokens
The last two bullets:
- Install @shopify/app-bridge-utils in your frontend app
- In your frontend app, replace fetch calls with authenticatedFetch from App Bridge
I am also using fetch calls in the backend (node server). Should I also be using authenticatedFetch from AppBridge?