I want to log the customer in at checkout when they get redirected with the checkoutUrl (https://shopify.dev/docs/api/storefront/latest/objects/Cart#field-checkouturl). How can I do this? Is it possible to pass along the auth token?
Hey! I sort of figured this was the case since nothing was written about it in the API docs. If you don’t mind I have a follow up question: I have my auth setup according to the docs where we redirect to my the Shopify-hosted login screen. If a user logs in on that Shopify-hosted screen that login should persist to the cart right? As long as cookies aren’t cleared on Shopify-hosted inbetween and the domains are the same for login and cart? If this is true, then there is the illusion of authentication persisting between my self hosted storefront and the checkout page making for a seamless checkout experience.