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

Navigation to enable_cookies page when using session token

Open assaflei opened this issue 3 years ago • 1 comments

Issue summary

I was using the node react guide to create a new app.

During authentication I noticed that the flow includes navigation to the enable_cookies page While quickly leaving the page I think that seeing it during the process is not an expected behavior taking into account that cookies are not being used anymore

Expected behavior

The login flow should not include enable_cookies page

Actual behavior

The login flow includes enable_cookies page See below network tab from browser

image

Steps to reproduce the problem

Follow the guide and execute the app. Trace the navigated pages

Reduced test case


Checklist

  • [ x] Please delete the labels section before submitting your issue
  • [ x] I have described this issue in a way that is actionable (if possible)

assaflei avatar Apr 13 '21 06:04 assaflei

This is expected behavior as per https://github.com/Shopify/koa-shopify-auth/issues/81#issuecomment-816656683

avocadoslab avatar Apr 15 '21 14:04 avocadoslab

Note that this repo is no longer maintained and this issue will not be reviewed. Prefer the official JavaScript API library. If you still want to use Koa, see simple-koa-shopify-auth for a potential community solution.

github-actions[bot] avatar Jan 30 '23 20:01 github-actions[bot]