Commit Graph

7 Commits

Author SHA1 Message Date
815e709339 Refactor password handling and model typing
Replaced custom password generation and verification logic with a new pkg/password.py module using Argon2 for secure hashing. Updated model field types to use PEP 604 union syntax (e.g., str | None) and improved type annotations. Refactored admin and session routes to use new password utilities and direct model methods for CRUD operations. Removed legacy tool-based password functions and cleaned up .idea project files.
2025-10-03 12:01:01 +08:00
c648ad35ec 优化登录的安全性 2025-08-11 14:44:33 +08:00
7fa1f2c088 删除部分文件头部的注释 2025-05-13 01:19:31 +08:00
2a217c4b8c V1.3.1 2025-04-18 12:14:26 +08:00
7d0d59677d V1.2.0 alpha 1
- 支持使用 api 提交物品信息
- 支持 JWT 鉴权
2025-03-28 04:53:37 +08:00
0873fa1518 V1.1.3 安全性与稳定性的一些小改进 2025-03-28 00:40:12 +08:00
3ba98dd4b1 V1.0.0 2024-11-29 20:45:44 +08:00