v2.0 Shopify NextJS Toolbox
After using the beta version of this in production apps for months, it's time to finalize this release.
This major change includes Shopify AppBridge v2 support, and without any unnecessary Koa or Express server. Just 100% Next JS.
Changes
- Added a new
ShopifyAppBridgeProvider
that tracks thehost
andshop
parameters during OAuth and instantiates the Shopify AppBridge client for you. - Added a new
useOAuth
for starting the OAuth handshake client side. - Added tests for server side callbaacks
- Adding
saveNonce
andverifyNonce
support so you can validate nonces during OAuth with any database or store