From 57c37bee51f904b3c6ff3a4b76184a9334f4a9f7 Mon Sep 17 00:00:00 2001 From: acite <1498045907@qq.com> Date: Wed, 17 Sep 2025 23:01:19 +0800 Subject: [PATCH] [doc] Removed doc --- .idea/.idea.Abyss/.idea/workspace.xml | 6 +----- Abyss/Components/Controllers/Security/README.md | 13 ------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 Abyss/Components/Controllers/Security/README.md diff --git a/.idea/.idea.Abyss/.idea/workspace.xml b/.idea/.idea.Abyss/.idea/workspace.xml index 47ee787..df7971b 100644 --- a/.idea/.idea.Abyss/.idea/workspace.xml +++ b/.idea/.idea.Abyss/.idea/workspace.xml @@ -10,11 +10,7 @@ - - - - diff --git a/Abyss/Components/Controllers/Security/README.md b/Abyss/Components/Controllers/Security/README.md deleted file mode 100644 index 49a29d7..0000000 --- a/Abyss/Components/Controllers/Security/README.md +++ /dev/null @@ -1,13 +0,0 @@ -明确几个此目录下的API的开发理念: -- 永远不传输私钥 - -root用户的私钥仅通过服务器shell配置 -私钥在客户端生成,仅将公钥传输到服务器 -token通过挑战-响应机制创建,加密传输 - - -- 用户管理 - -创建任何新用户都必须通过一个已有用户的token,且新用户权限等级不大于该用户 -root用户的权限等级为 **114514** -