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

An unofficial, simplified version of the @Shopify/koa-shopify-auth middleware library.

Results 4 simple-koa-shopify-auth issues
Sort by recently updated
recently updated
newest added

Are there plans to update `simple-koa-shopify-auth` to support the latest version of `@shopify/shopify-api` (version 6)? There have been quite a few breaking changes as part of this upgrade: https://github.com/Shopify/shopify-api-js/blob/main/docs/migrating-to-v6.md.

I am following the example mentioned in the readme, but I get this when trying to install or access the app ![Screenshot 2022-03-09 at 22 38 54](https://user-images.githubusercontent.com/502527/157540690-ac30eb1d-9b1a-47f0-b5b6-7db43804d258.png) I can see...

In my Koajs backend, i have setup a route which is invoked from the embedded app (ex. a button click). Koajs backend route ```js import Router from 'koa-router'; import {...

Hi I was using koa auth for shopify, now since its depreciated, tried this library, first i was running koa auth on node 10.18.0 , on that , installing it...