feat: add auth
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 15m8s

This commit is contained in:
2025-10-01 17:16:58 +07:00
parent 21b2e0ae6e
commit 018a980dcb
13 changed files with 3057 additions and 164 deletions

View File

@ -0,0 +1,3 @@
import { auth } from "@/lib/auth";
import { toNextJsHandler } from "better-auth/next-js";
export const { POST, GET } = toNextJsHandler(auth);