© 2026 Hedgehog Software, LLC
authClient.signUp.email
http://localhost:3000/api/auth/sign-up/email
import { adminClient } from 'better-auth/client/plugins' import { createAuthClient } from 'better-auth/react' export const authClient = createAuthClient({ plugins: [adminClient()], baseUrl: 'http://localhost:4000' })