I'm creating an embedded app and this wrapper is working well. I don't see any special instructions in the documentation about escaping the iframe. Does this app automatically handle the oAuth redirect for embedded apps through the function res.redirect(auth_url)? Or do I need to add code within my app to escape the iframe?
Per Shopify's documentation "it is critical that the initial OAuth request redirect escapes the iframe to make the requests."
I'm creating an embedded app and this wrapper is working well. I don't see any special instructions in the documentation about escaping the iframe. Does this app automatically handle the oAuth redirect for embedded apps through the function res.redirect(auth_url)? Or do I need to add code within my app to escape the iframe?
Per Shopify's documentation "it is critical that the initial OAuth request redirect escapes the iframe to make the requests."