feat(center-auth): implement register/login/refresh/logout with bcrypt and DTO validation
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
## 1. Fabric.Backend.Center(Identity Hub)
|
||||
|
||||
### 1.1 Auth
|
||||
- [ ] 用户注册(email/password)
|
||||
- [ ] 用户登录(JWT access + refresh)
|
||||
- [ ] token 刷新
|
||||
- [ ] 登出(refresh token 失效)
|
||||
- [ ] 密码哈希(bcrypt/argon2)
|
||||
- [ ] DTO + 参数校验 + 错误码规范
|
||||
- [x] 用户注册(email/password)
|
||||
- [x] 用户登录(JWT access + refresh)
|
||||
- [x] token 刷新
|
||||
- [x] 登出(refresh token 失效)
|
||||
- [x] 密码哈希(bcrypt/argon2)
|
||||
- [x] DTO + 参数校验 + 错误码规范
|
||||
|
||||
### 1.2 Guild Node 注册与握手
|
||||
- [ ] `POST /nodes/register` shared-secret 校验
|
||||
|
||||
Reference in New Issue
Block a user