mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-07 00:24:17 +08:00
- Parse and prioritize JWT `exp` claims when determining access token expiration. - Retain active credentials and schedule backoff retries on refresh failures if the access token remains unexpired. - Demote and block auth credentials with expired access tokens during model scheduling and candidate selection. - Reduce Codex token refresh lead duration to 24 hours. Closes: #5095