I am currently working on a custom account app for my storefront. It is a remix app with an external react app compiled into a theme extension that will replace the default customer account page. I am having trouble figuring out how to integrate my app with the default login and logout functionality on the storefront as I need to authenticate the user before I can query and change information in the account portal, but I do not want the customers to have to login on both the default shopify login as well as my app. Is there any way to integrate my app with the default login in a similar fashion to the Flits app on the shopify app store?
Hi Mwood11,
Integrating your app with the default Shopify login/logout functionality is possible - our developer docs here outline how to manage customer accounts with the Storefront API.
Hope this helps!