David Willifordblog.davidwilliford.dev·Nov 4, 2024How to Remove Customer Account API Authentication in HydrogenIn this tutorial, we are going to migrate from the default customer account API authentication in Hydrogen. Which is the non-customizable, email-code login (like below). If you are reading this, you likely made a new Hydrogen project after August 20...DiscussHydrogen Tutorialsshopify
Ewan MakforTenten DTC Insider™ | Shopify Expertshopify.tenten.co·Oct 31, 2024Do I need Shopify plus to use Shopify Headless HydrogenYou do not need Shopify Plus to use Shopify Hydrogen. Here are the key points: Availability & Access Hydrogen is available on all Shopify plans except the Starter plan. The framework and its hosting platform Oxygen are provided at no extra cost to el...Discussshopify
David Willifordblog.davidwilliford.dev·Oct 25, 2024Complete Tutorial for Hydrogen Authentication on Local Dev EnvironmentsOne thing you will learn when working with Hydrogen, is the strict security policies surrounding the Shopify Customer Account API. This is Shopify’s new API to handle customer authentication (released August 2023, and now pre-configured by default in...Discuss·33 reads Hydrogen
David Willifordblog.davidwilliford.dev·Aug 14, 2024Understanding CSPs through HydrogenContent Security Policy (CSP) is a crucial tool in web development that can make or break your site’s security. If you’ve spent time debugging font loading issues or mysterious errors while working with 3rd party imports, you’ve likely bumped into CS...DiscussWeb Development
David Willifordblog.davidwilliford.dev·Apr 8, 2024How to fix "redirect_uri" mismatch in Shopify HydrogenA common bug in Hydrogen is getting this "redirect_uri" mismatch error upon user sign-in. The official Shopify documentation for user authentication is not very helpful on this. So I will be sharing my own, simple solution. There are 2 primary fixe...Discuss·1 like·114 readsshopify