You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In you example that includes "If your migrating from legacy auth", are you suggesting not to run through the database, rather just convert it every time to a new code?
@reggi I've committed a quick hack to shopify.php for you, to keep your existing legacy apps running. It does not support new OAuth based installs but just by replacing your existing shopify.php with the latest one and switching the app to use OAuth in the Shopify app panel will keep it running.
In you example that includes "If your migrating from legacy auth", are you suggesting not to run through the database, rather just convert it every time to a new code?
I need to implement OAuth2 from https://github.com/sandeepshetty/shopify.php and it seems like a pain. I'm using codeigniter, and I haven't coded anything in php in around a year.
Any advice? I'd love if I could just drop the new library in, but I'm guessing sadly that's not the case.
The text was updated successfully, but these errors were encountered: