llama-stack-mirror/tests/unit/server
Eric Huang c2d16c713e gh auth
- Change auth config from provider_type + config dict to discriminated union types
- Add GitHub token authentication provider
- Improve auth error messages with provider-specific guidance
- Extract auth datatypes to separate module
- Update tests to use new auth config structure
- Remove unused OAuth2LocalJWTConfig

## Test Plan
- Unit tests pass for all auth providers
- Integration tests verify auth flow works correctly
- GitHub token auth tested with valid/invalid tokens

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-03 10:26:51 -07:00
..
test_access_control.py feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
test_auth.py gh auth 2025-07-03 10:26:51 -07:00
test_auth_github.py gh auth 2025-07-03 10:26:51 -07:00
test_quota.py feat(quota): add server‑side per‑client request quotas (requires auth) (#2096) 2025-05-21 10:58:45 +02:00
test_replace_env_vars.py fix: allow default empty vars for conditionals (#2570) 2025-07-01 14:42:05 +02:00
test_resolver.py feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
test_sse.py feat: Add url field to PaginatedResponse and populate it using route … (#2419) 2025-06-16 11:19:48 +02:00