add sign-ip

This commit is contained in:
Nayan Sawyer
2026-03-14 13:55:32 -04:00
parent b93bf82df5
commit 679718930c
4 changed files with 110 additions and 57 deletions

5
src/utils/auth-client.ts Normal file
View File

@@ -0,0 +1,5 @@
import { createAuthClient } from "better-auth/client";
export const authClient = createAuthClient({
baseURL: process.env.BETTER_AUTH_URL!,
});