laravel-shopify
laravel-shopify copied to clipboard
Documentation about taking Client Id and Client Secret and getting a token
The config for this lib requires a token however Shopify provides a Client ID and Client Secret. Most libraries will take the native provided Id + Secret and include scaffolding for the token. I'm pretty sure this is a oAuth process.
I suspect it would be extremely helpful to many many people to have a code snippet in the documentation or recommendations on how to do this. Its a major hurdle in adopting your project which otherwise is quite awesome.
If its already there and I've missed it, could you please link in a response. Please and thank you.
Ty for your efforts creating this library.