koa-shopify-auth
koa-shopify-auth copied to clipboard
Navigation to enable_cookies page when using session token
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
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)
This is expected behavior as per https://github.com/Shopify/koa-shopify-auth/issues/81#issuecomment-816656683
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.