Skip to content

Releases: ctrlaltdylan/shopify-nextjs-toolbox

AppBridge v2 support

31 Oct 00:33
98d41ec
Compare
Choose a tag to compare

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 the host and shop 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 and verifyNonce support so you can validate nonces during OAuth with any database or store