mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 07:33:58 +00:00
a6527e5010
* add handlers for auth commands * add login, logout, whoami * refactor auth * add CLI Authentication Flow * add SSO sign in constants * add itellm-session-token * fixes for managing state with cli * use locally stored context for cli session * add litellm banner + interactive shell * update main.py * update auth to show commands * fix ui sso render * add TestCLISSOCallbackFunction * update banner.py * remove file * fix cli sso success * TestTokenUtilities * fix code qa * fix execute_command * fix cli_sso_callback * fix import * Authentication using CLI