gnikyt / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
1.24k stars 374 forks source link

Shopify non embedded app are unpublished because of shopify #1206

Closed simoni2cool closed 2 years ago

simoni2cool commented 2 years ago

Hii, my laravel app in shopify non embedded app are unpublished because of shopify tell us that "Use OAuth to ask for scope permissions immediately after merchants add your app.

Check and troubleshoot your app's OAuth by reinstalling your app on your test store using this method. After you've installed your app on a development store, make sure you can uninstall and reinstall that app on the same shop." I used osiset library for authentication... i don't know how can i fix it.

Kyon147 commented 2 years ago

This package does not currently support non-embedded apps. So you would need to either be embedded with this package or create your own logic to handle it. There's an open PR but it is on hold for the most part at the moment #929