6 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
643f19c1f1 修复数据库构建问题 2025-10-03 10:00:22 +08:00
1a3a03dd6f 增强JWT令牌安全性 2025-07-15 11:23:03 +08:00
39bbc94d07 V2.0.0-alpha1 2025-04-22 03:22:17 +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