Shopify / shopify-api-ruby

ShopifyAPI is a lightweight gem for accessing the Shopify admin REST and GraphQL web services.
MIT License
1.06k stars 473 forks source link

Consistent Session Cookie Value While Embedded Mode Allows Fallback #1206

Closed berniechiu closed 11 months ago

berniechiu commented 1 year ago

Description

Fixes #1158

Please, include a summary of what the PR is for:

How has this been tested?

Please, describe the tests that you ran to verify your changes.

Checklist:

lizkenyon commented 11 months ago

Hi there 👋

Thank you for submitting this PR, but we can't accept it at this time. We removed the use of cookies for embedded apps because browsers are phasing out(or already have) the use of third party cookies due to security concerns.

This is why we introduced App Bridge.

If you are looking at how to implement this in Ruby, I would recommend looking at our app template.

berniechiu commented 11 months ago

Well...if I may clarify, the code still present in the Shopify API Ruby, no? If it has not been removed, this could potentially lead to confusion and logical inconsistencies.