feat: 新增鉴权

This commit is contained in:
2026-05-22 22:38:01 +08:00
parent b02f15f735
commit 3857f77f8b
38 changed files with 1697 additions and 195 deletions
+4
View File
@@ -0,0 +1,4 @@
// app/utils/auth.ts - Better Auth 前端 Vue 客户端
import { createAuthClient } from "better-auth/vue";
export const authClient = createAuthClient();