Supabase auth apps with same subdomain
The user is working on a side project using Supabase and wants to manage authentication across multiple apps within a monorepo. They currently have duplicated authentication code in two apps and are seeking a way to centralize this in a single 'auth' app. They are looking for examples or guidance on implementing this setup.