refactor: 重构数据库连接使用PostgreSQL替代SQLite feat(auth): 增加JWT验证的audience和issuer检查 feat(crypto): 添加AES-256-GCM字段加密支持 feat(api): 集成utoipa实现OpenAPI文档 fix(admin): 修复配置项表单验证逻辑 style: 统一代码格式与类型定义 docs: 更新技术栈文档说明PostgreSQL
11 lines
392 B
HTML
11 lines
392 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="refresh" content="0;URL=../../totp_rs/enum.Secret.html">
|
|
<title>Redirection</title>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting to <a href="../../totp_rs/enum.Secret.html">../../totp_rs/enum.Secret.html</a>...</p>
|
|
<script>location.replace("../../totp_rs/enum.Secret.html" + location.search + location.hash);</script>
|
|
</body>
|
|
</html> |