mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-13 17:10:08 +00:00
0f9ebc23a5
* fix(ui_sso.py): add info statements for litellm sso * fix(ui_sso.py): use correct user id on existing user sso login * refactor(ui_sso.py): break down function for easier testing * test(test_ui_sso.py): add unit testing * fix(ui_sso.py): fix passing user id from openid * fix(ui_sso.py): fix returning user email * fix(ui_sso.py): pass sso id on new sso user create better tracking of when user is an sso user * fix(ui_sso.py): don't auto create key for sso user * docs(internal_user_endpoints.py): add 'sso_user_id' docstring
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/litellm
This folder can only run mock tests.