auth table of auth_id and email. I'm curious if I can lean on the function in the Supabase client for signUp - https://supabase.com/docs/reference/dart/auth-signup in my pgTap test to fully recreate the flows I'll be using in my code. It dawns on me that I'm assuming this is a db function, but it could well be handled entirely inside the server-side binary. Looking in the dashboard, I see "get" functions for data in the auth table, but none of the API functions.