-
refactor(auth): replace `TokenRecord` with `coreauth.Auth` and migrate `TokenStore` to `coreauth.Store`
发布于
2025-09-29 01:31:21 +00:00 - Replaced
TokenRecordwithcoreauth.Authfor centralized and consistent authentication data structures. - Migrated
TokenStoreinterface tocoreauth.Storefor alignment with core CLIProxy authentication. - Updated related login methods, token persistence logic, and file storage handling to use the new
coreauth.Authmodel.
下载附件
- Replaced