Fahmi Idris
Fahmi Idris
BABetter Auth
Created by Fahmi Idris on 5/19/2025 in #help
Better Auth with tRPC
is it good to wrap all better auth features into trpc? i mean like, i don't want to call authClient.signin directly, but i want to call it through trpc like const signInMutation = trpc.auth.signIn. so that all API calls are the same. because right now it's just auth it's a shame not to use trpc.
4 replies