ctrlaltdylan / shopify-nextjs-toolbox

A set of tools to authenticate NextJs apps with Shopify's OAuth handshake and AppBridge Session Tokens
161 stars 21 forks source link

How can we authenticate Shopify embedded app without escaping the iFrame in Shopify? #22

Open AbhinavRobinson opened 1 year ago

AbhinavRobinson commented 1 year ago

After the integration, every time the app has to authenticate, it redirects to domain outside and redirects back to get the flow complete. Is there a way to get the authentication done without escaping the iFrame, rather have it redirect internally?