Files
CLIProxyAPIPlus/internal
jyy de6b1ada5d fix: case-insensitive auth_method comparison for IDC tokens
The background refresher was skipping token files with auth_method values
like 'IdC' or 'IDC' because the comparison was case-sensitive and only
matched lowercase 'idc'.

This fix normalizes the auth_method to lowercase before comparison in:
- token_repository.go: readTokenFile() when filtering tokens to refresh
- background_refresh.go: refreshSingle() when selecting refresh method

Fixes the issue where 'IdC' != 'idc' caused tokens to be skipped entirely.
2026-01-27 13:39:38 +09:00
..
2025-10-26 07:46:04 +08:00
2026-01-20 13:50:41 +08:00
2026-01-20 13:50:41 +08:00
2026-01-25 21:51:02 +08:00
2025-10-15 11:47:35 +08:00