mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
A PKCE credential whose renewal is refused (for example after lite logout ran on another copy of it) used to fail lite auth print-token with the classic 'Token expired. Run lite login again' hint and no reason, while lite whoami already named lite login --pkce. fresh_api_key now reports why a renewal failed through a warn callback whenever no sibling rotation rescued it, the CLI prints that reason on stderr, and the expiry hint names the command that produced the credential. Both READMEs document the admin revocation semantics and the Redis precondition for refresh single use on several workers. |
||
|---|---|---|
| .. | ||
| autoroute | ||
| __init__.py | ||
| test_agents.py | ||
| test_auth_commands.py | ||
| test_claude_settings.py | ||
| test_config_commands.py | ||
| test_credentials_commands.py | ||
| test_encryption_commands.py | ||
| test_global_options.py | ||
| test_keys_commands.py | ||
| test_model_groups_commands.py | ||
| test_models_commands.py | ||
| test_pkce_login.py | ||
| test_up_commands.py | ||
| test_users_commands.py | ||