Skip to content

AppBridge v2 support

Latest
Compare
Choose a tag to compare
@ctrlaltdylan ctrlaltdylan released this 31 Oct 00:33
· 4 commits to master since this release
98d41ec

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