docs: design auth user account table

This commit is contained in:
2026-04-21 02:03:49 +08:00
parent a1a02eee7d
commit eaccad289f
5 changed files with 390 additions and 2 deletions

View File

@@ -306,6 +306,10 @@ server-rs/
2. 密码哈希、短信验证码校验、微信 code 换 token 的动作在 Axum 完成。
3. Axum 再调用 reducer 写入最终结果。
`user_account` 的详细字段、状态迁移与旧 `users` 映射规则,见:
- [SPACETIMEDB_AUTH_USER_ACCOUNT_TABLE_DESIGN_2026-04-21.md](./SPACETIMEDB_AUTH_USER_ACCOUNT_TABLE_DESIGN_2026-04-21.md)
### B. 运行时主状态表
- `runtime_snapshot`