You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of that package or tool are you using?
latest
What version of Remix are you using?
latest
Steps to Reproduce
Use the new Customer Account API in a Remix app to login in a customer, and if successful you are redirected to your Login page on Shopify at: https://shopify.com/{USERSTOREID}/auth/. If you look at Chrome browser you will see a warning that the page uses third-party cookies from https://api.hcaptcha.com/authenticate, with the warning: Cookies with the SameSite=None; Secure and not Partitioned attributes that operate in cross-site contexts are third-party cookies. In future Chrome versions, setting third-party cookies will be blocked.
Expected Behavior
This page should work without 3rd party cookies or set the cookies correctly.
Actual Behavior
Shopify Auth page is not compliant with 3rd party cookies in a cross-site context.
The text was updated successfully, but these errors were encountered:
Hi osseonews, thank you for raising your concern. It had been brought up with the appropriate team and noted there are already work planned to address this ahead of the third-party cookie deprecation.
It should not affect Hydrogen users at this moment.
What is the location of your example repository?
No response
Which package or tool is having this issue?
Hydrogen
What version of that package or tool are you using?
latest
What version of Remix are you using?
latest
Steps to Reproduce
Use the new Customer Account API in a Remix app to login in a customer, and if successful you are redirected to your Login page on Shopify at: https://shopify.com/{USERSTOREID}/auth/. If you look at Chrome browser you will see a warning that the page uses third-party cookies from https://api.hcaptcha.com/authenticate, with the warning:
Cookies with the SameSite=None; Secure and not Partitioned attributes that operate in cross-site contexts are third-party cookies. In future Chrome versions, setting third-party cookies will be blocked.
Expected Behavior
This page should work without 3rd party cookies or set the cookies correctly.
Actual Behavior
Shopify Auth page is not compliant with 3rd party cookies in a cross-site context.
The text was updated successfully, but these errors were encountered: