UNPKG

create-jaydee-app

Version:

This is a project created with Create Jaydee App.

6 lines (5 loc) 202 B
import { createAuthClient } from "better-auth/react"; import getBaseUrl from "~/lib/get-base-url"; export const { signIn, signOut, signUp, useSession } = createAuthClient({ baseURL: getBaseUrl(), });