feat: 增强SaaS后端功能与安全性

refactor: 重构数据库连接使用PostgreSQL替代SQLite
feat(auth): 增加JWT验证的audience和issuer检查
feat(crypto): 添加AES-256-GCM字段加密支持
feat(api): 集成utoipa实现OpenAPI文档
fix(admin): 修复配置项表单验证逻辑
style: 统一代码格式与类型定义
docs: 更新技术栈文档说明PostgreSQL
This commit is contained in:
iven
2026-03-31 00:12:53 +08:00
parent 4d8d560d1f
commit 44256a511c
177 changed files with 9731 additions and 948 deletions

View File

@@ -0,0 +1,9 @@
(function() {
var implementors = Object.fromEntries([["totp_rs",[["impl <a class=\"trait\" href=\"https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html\" title=\"trait core::convert::From\">From</a>&lt;<a class=\"enum\" href=\"totp_rs/enum.Rfc6238Error.html\" title=\"enum totp_rs::Rfc6238Error\">Rfc6238Error</a>&gt; for <a class=\"enum\" href=\"totp_rs/enum.TotpUrlError.html\" title=\"enum totp_rs::TotpUrlError\">TotpUrlError</a>"]]]]);
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()
//{"start":57,"fragment_lengths":[392]}

View File

@@ -0,0 +1,9 @@
(function() {
var implementors = Object.fromEntries([["totp_rs",[["impl <a class=\"trait\" href=\"https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html\" title=\"trait core::convert::TryFrom\">TryFrom</a>&lt;<a class=\"struct\" href=\"totp_rs/struct.Rfc6238.html\" title=\"struct totp_rs::Rfc6238\">Rfc6238</a>&gt; for <a class=\"struct\" href=\"totp_rs/struct.TOTP.html\" title=\"struct totp_rs::TOTP\">TOTP</a>"]]]]);
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()
//{"start":57,"fragment_lengths":[374]}