-
feat(auth): add persistent cooldown state management with file-backed store
发布于
2026-06-18 21:34:44 +00:00 - Introduced
CooldownStateStoreinterface for managing independent cooldown state persistence. - Implemented
FileCooldownStateStorefor storing cooldown states as per-auth.cdsfiles with atomic writes and stale file cleanup. - Enhanced
Managerto support restoring state fromCooldownStateStoreand persisting state changes during auth updates. - Updated tests to validate cooldown state saving, loading, concurrency handling, and error scenarios.
Closes: #3368
下载附件
- Introduced