feat: add auth

This commit is contained in:
Max Koon
2025-10-12 16:03:28 -04:00
parent 0446893a67
commit b4d13e6a9f
17 changed files with 657 additions and 281 deletions

View File

@@ -0,0 +1,4 @@
import { auth } from "@/lib/auth";
const handler = auth.handler;
export { handler as GET, handler as POST };