-
refactor(auth): replace `TokenRecord` with `coreauth.Auth` and migrate `TokenStore` to `coreauth.Store`
released this
2025-09-29 01:31:21 +00:00 | 1751 commits to main since this release- 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.
Downloads
- Replaced