Add /auth/pubkey

This commit is contained in:
2022-09-20 03:59:32 +00:00
committed by GitHub
parent c7ccf7ebe2
commit 5f2cc3a08a
12 changed files with 180 additions and 4 deletions

View File

@@ -3,6 +3,10 @@
* 路径: `/api/auth/status``/auth/status``/api/auth``/auth`
* 方法: `GET``POST`
* 鉴权: 无需
## 获取服务器公钥
* 路径: `/api/auth/pubkey``/auth/pubkey`
* 方法: `GET``POST`
* 鉴权: 无需
## 新增用户
* 路径: `/api/auth/user/add``/auth/user/add`
* 方法: `GET``POST`