Deprecated API Key Authentication
Removed support for API key-based authentication due to incompatibility with streaming responses. The Open WebUI API does not properly handle streaming when using API keys, causing responses to buffer entirely before display rather than streaming token-by-token. Users must now authenticate using username/password login or JWT token to ensure real-time streaming functionality works correctly. Existing API key configurations will be ignored and users will be prompted to re-authenticate.
What's Changed
- jwt-token-authentication-support by @cogwheel0 in #221
- feat(auth): Prevent tool selection after logout and improve state management by @cogwheel0 in #222
- feat(chat): Improve accessibility in chat input by @cogwheel0 in #223
- feat(models): Add filters support and auto-validation for model-specific filters by @cogwheel0 in #224
Full Changelog: v2.2.11...v2.2.12