This is not sponsored or endorsed by Shopify, or connected with Shopify in any way.
I'm providing this package as a reference for using with Shopify's Next Gen JWT-based Cookieless Auth.
Using the Shopify-App-CLI run:
~/ $ shopify create project APP_NAME
Choose Node.js App
Then, clone this repo. Once you've cloned the demo, you can connect your newly created existing Shopify project to the demo. Open a terminal in the demo directory and use the command:
shopify connect
This will allow you to associate API keys and secrets, plus your ngrok tunnel with the project. Otherwise, you'll be missing the .env and .shopify-cli.yml files.
- If you don’t have one, create a Shopify partner account.
- If you don’t have one, create a Development store where you can install and test your app.
- In the Partner dashboard, create a new app. You’ll need this app’s API credentials during the setup process.
This repository is used by Shopify-App-CLI as a scaffold for Node apps. You can clone or fork it yourself, but it’s faster and easier to use Shopify App CLI, which handles additional routine development tasks for you.
This respository is available as open source under the terms of the MIT License.