无法获取 Shopify 在线访问令牌

Can not get Shopify online access token

我正在使用@shopify/koa-shopify-auth and need to implement online access mode authorization flow, I set accessMode to online but still get offline access token which does not contain associated_user data described in Shopify docs

如果我做错了什么,请指正。

调试后发现问题出在@shopify/koa-shopify-auth。它只是没有将数据放入会话。 This 是修复的拉取请求。