refactor: replace next-auth with better-auth core and client

This commit is contained in:
2026-04-06 22:41:11 -04:00
parent febc57b240
commit 08a894577b
4 changed files with 31 additions and 33 deletions

View File

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