Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Can't an embedded app set a 1st party cookie when the user visits its domain during the OAuth flow?
To set a new 1st party cookie for the app
I think I must be mistaken about the browser sending 1st party cookies to an iFrame... Otherwise I don't see how an embedded app ever uses 3rd party cookies...
TL;DR: My understanding is that the backend of an app which is loaded in an iFrame cannot WRITE a cookie. But can it read its own 1st party cookie(s) if a 1st party cookie was previously written in a 1st party context, such as during an OAuth flow?