litellm/tests/test_litellm/proxy/auth_v2
Yassin Kortam 770ae5902c refactor(auth_v2): rename resolver classes, drop dead protocol boilerplate
Rename IdentityResolver -> Resolver and DbIdentityStore -> DbResolver so the
names stop colliding with authentication; the package these move to is
resolvers/, not identity/. Drop the IdentityStore union protocol, which was only
used as DbResolver's base; DbResolver now inherits Resolver and ProvisioningStore
directly. Drop the @runtime_checkable decorators on these protocols, which had no
isinstance callers. ProvisioningStore keeps its name.
2026-06-18 17:56:57 -07:00
..
auth_v2_helpers.py test(auth_v2): adapt the suite to the AuthSecurity refactor and renames 2026-06-10 19:24:10 -07:00
conftest.py test(auth_v2): repoint to frozen sub-package layout and pin H1 group provisioning 2026-06-10 19:50:23 -07:00
test_abac.py feat(auth_v2): add Casbin ABAC authorizer 2026-06-11 18:26:29 -07:00
test_authenticators.py fix: cleanup 2026-06-12 21:02:37 -07:00
test_config.py test(auth_v2): repoint to frozen sub-package layout and pin H1 group provisioning 2026-06-10 19:50:23 -07:00
test_models.py feat(auth_v2): add project and end_user identity to Principal 2026-06-17 13:57:04 -07:00
test_network.py test(auth_v2): move tests under proxy/ to mirror the module relocation 2026-06-10 18:32:12 -07:00
test_rbac.py refactor(auth_v2): move has_required_scopes onto Principal 2026-06-11 18:35:10 -07:00
test_resolver.py refactor(auth_v2): rename resolver classes, drop dead protocol boilerplate 2026-06-18 17:56:57 -07:00
test_security.py refactor(auth_v2): rename resolver classes, drop dead protocol boilerplate 2026-06-18 17:56:57 -07:00