I am developing an app to work with products, my first approach was to install the app and display the welcome page, I was able to do the first one, but I couldn’t display the welcome page, my problem was that I was using cookies, but I discovered that for security reasons some browsers are discontinuing its use, so I tried to change the method of installing and displaying the welcome page, but I continue having troubles.
My first request would be to see if you have any examples for this and the second would be to send you some snippets of my code for your review.
Thanks
Hi Eduardo,
There is a community-built library for .net, however this is not maintained by Shopify so I can’t confirm if it will handle browser cookies for you: GitHub - nozzlegear/ShopifySharp: ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores using Shopify's GraphQL API.
You can use the Shopify CLI to generate a starter app with boilerplate code that handles authentication and authorization. The starter app includes code for an embedded app that uses session tokens and token exchange - if you went this route you may need to learn how to work with Remix, but you’d have a smoother experience when it comes to developing apps.