koa-shopify-auth icon indicating copy to clipboard operation
koa-shopify-auth copied to clipboard

authenticatedFetch on Server?

Open furnaceX opened this issue 5 years ago • 0 comments

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?

furnaceX avatar Feb 27 '21 00:02 furnaceX