supabase auth with trpc?
I can't seem to figure out a good way to add supabase auth to trpc similar to how nextauth is integrated in
I am specifically having issues creating a protected trpc route with supabase auth
They have the
create-t3-app. I am specifically having issues creating a protected trpc route with supabase auth
They have the
withApiAuth for protected routes, but I want something similar to getServerSession that just returns a null value that I can write code to handle.