© 2026 Hedgehog Software, LLC
import { organizationClient } from "better-auth/client/plugins" import { createAuthClient } from "better-auth/react" export const authClient = createAuthClient({ baseURL: process.env.BETTER_AUTH_URL, plugins: [ organizationClient(), ], })
Join the Discord to ask follow-up questions and connect with the community
10,204 Members