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:
9
target/doc/trait.impl/core/convert/trait.From.js
Normal file
9
target/doc/trait.impl/core/convert/trait.From.js
Normal 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><<a class=\"enum\" href=\"totp_rs/enum.Rfc6238Error.html\" title=\"enum totp_rs::Rfc6238Error\">Rfc6238Error</a>> 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]}
|
||||
9
target/doc/trait.impl/core/convert/trait.TryFrom.js
Normal file
9
target/doc/trait.impl/core/convert/trait.TryFrom.js
Normal 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><<a class=\"struct\" href=\"totp_rs/struct.Rfc6238.html\" title=\"struct totp_rs::Rfc6238\">Rfc6238</a>> 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]}
|
||||
Reference in New Issue
Block a user