llama-stack-mirror/llama_stack/distribution/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
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
auth.py gh auth 2025-07-03 10:26:51 -07:00
auth_providers.py gh auth 2025-07-03 10:26:51 -07:00
quota.py feat: drop python 3.10 support (#2469) 2025-06-19 12:07:14 +05:30
routes.py chore: use starlette built-in Route class (#2267) 2025-05-28 09:53:33 -07:00
server.py gh auth 2025-07-03 10:26:51 -07:00