This is meant for custom Shopify apps that just need to get a access token, without creating entire backend.
Usage:
- Note Client ID & Client Secret of the app
- Set App URL to: https://talecommerce.github.io/shopify-oauth-helper?client_id={client_id}&access_scope={scopes_seperated_by_comma}
- Add Allowed redirection URL(s): https://talecommerce.github.io/shopify-oauth-helper
- Open or Install the app
- Open browser console and click redirect link
- Open browser console and copy cURL request to grab access token
- In the cURL request body, set Client Secret to your app secret