Shopify / shopify_app

A Rails Engine for building Shopify Apps
MIT License
1.76k stars 683 forks source link

Migrate fullpage redirect to App Bridge CDN #1870

Closed kirillplatonov closed 2 months ago

kirillplatonov commented 3 months ago

What this PR does

Switching from hardcoded AppBridge 3 version to AppBridge CDN. This removes the need to pass params[:host] for fullpage_redirect_to helper and fixes redirect with token exchange auth. I manually tested it with both token exchange and legacy auth.

Checklist

Before submitting the PR, please consider if any of the following are needed:

kirillplatonov commented 3 months ago

cc @zzooeeyy @paulomarg

kirillplatonov commented 3 months ago

@matteodepalo please take a look at this one too. It's important upgrade to move forward with migration to id_token.

matteodepalo commented 3 months ago

Hi @kirillplatonov, we're taking a look now.

kirillplatonov commented 3 months ago

@byrichardpowell made adjustments based on your feedback. Code become even simpler 👍