Browse Source

📝 docs(auth): add auth-register command documentation

- create documentation for auth-register command
- list related authentication routes and user entity files
- describe registration and login method addition process
yourname 6 months ago
parent
commit
67f7cd4321
1 changed files with 15 additions and 0 deletions
  1. 15 0
      .roo/commands/auth-register-注册登录方式添加.md

+ 15 - 0
.roo/commands/auth-register-注册登录方式添加.md

@@ -0,0 +1,15 @@
+---
+description: "注册登录方式添加"
+---
+
+先检查
+    当前用户认证的路由:
+    src/server/api/auth
+    src/server/api/auth/register/create.ts
+    src/server/api/auth/login/password.ts
+    src/server/api/auth/logout.ts
+
+    用户实体:
+    src/server/modules/users/user.entity.ts
+    src/server/modules/users/user.schema.ts
+    src/server/modules/users/user.service.ts