Is tRPC in create-t3-app unsafe/public?
Im trying to use tRPC on the serverside to make a call to delete an user for example, will that call be publicly available to someone with more tRPC knowledge?
Like, does
Like, does
server/api/routers/post.ts make hello available through some public api? (see the default initial create-t3-app with tRPC and nextjs)