litellm/tests/test_litellm/proxy/auth
Ishaan Jaff 074445edb1
[Fix] AI Gateway Auth - allow using wildcard patterns for public routes (#17686)
* edit auth utils to allow wildcard patterns

* docs fix private / public routes

* test_route_in_additional_public_routes_wildcard_match
2025-12-08 17:39:53 -08:00
..
test_auth_checks.py
test_auth_exception_handler.py
test_handle_jwt.py
test_litellm_license.py
test_login_utils.py Ruff checks 2025-12-03 11:01:10 -08:00
test_model_checks_fallbacks.py
test_model_checks.py
test_organization_budget_enforcement.py Fix/organization max budget not enforced (#17334) 2025-12-02 22:46:03 -08:00
test_route_checks.py [Fix] AI Gateway Auth - allow using wildcard patterns for public routes (#17686) 2025-12-08 17:39:53 -08:00
test_user_api_key_auth.py