mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
5 lines
156 B
TypeScript
5 lines
156 B
TypeScript
import { auth } from "@/lib/auth/auth";
|
|
import { toNextJsHandler } from "better-auth/next-js";
|
|
|
|
export const { GET, POST } = toNextJsHandler(auth.handler);
|