refactor: use betterauth instead of workos

This commit is contained in:
2025-10-05 20:21:45 +00:00
parent b654f50ddd
commit 483aa19351
23 changed files with 4141 additions and 273 deletions

View File

@@ -0,0 +1,7 @@
import betterAuth from "@convex-dev/better-auth/convex.config"
import { defineApp } from "convex/server"
const app = defineApp()
app.use(betterAuth)
export default app