I am using @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
Please, correct me If I am doing something wrong.
After some debugging I found out that the problem was in @shopify/koa-shopify-auth
. it just did not put the data to session. This is the pull request for the fix.