0.3 增加登录模块

This commit is contained in:
liaibo
2026-01-18 05:13:53 +08:00
parent df2e9f5339
commit 90a38b48cf
86 changed files with 2041 additions and 148 deletions
+16
View File
@@ -0,0 +1,16 @@
/**
* Convex Auth 配置文件
*
* 说明:
* - 该文件由 @convex-dev/auth 约定读取,用于声明 “Convex” 这一内置 provider 的基本信息。
* - domain 必须与站点对外访问的 Origin 一致(本地默认 http://127.0.0.1:3000)。
*/
export default {
providers: [
{
domain: process.env.CONVEX_SITE_URL,
applicationID: "convex",
},
],
};