Update README.md

This commit is contained in:
cogwheel
2025-12-10 10:22:42 +08:00
committed by GitHub
parent 2da54535f3
commit 0fc82d36f7

View File

@@ -73,7 +73,7 @@ flutter run -d ios # or: -d android
### Authentication ### Authentication
Conduit supports multiple authentication flows when connecting to your OpenWebUI: Conduit supports multiple authentication flows when connecting to your OpenWebUI:
- **Username + Password**: Sign in directly against servers that expose a login endpoint. Credentials are stored securely using platform keychains. - **Username + Password**: Sign in directly against servers that expose a login endpoint. Credentials are stored securely using platform keychains.
- **API Key**: Paste a serverissued API token for stateless auth. - **JWT Token** (for OIDC): Paste a serverissued JWT token for stateless auth.
- **Custom Headers**: Add headers during login (e.g., `X-API-Key`, `Authorization`, `X-Org`, or selfhosted SSO headers) that Conduit will include on all HTTP/WebSocket requests (see [Endpoint Allowlist](#endpoint-allowlist-custom-auth) for reverse proxy whitelisting). - **Custom Headers**: Add headers during login (e.g., `X-API-Key`, `Authorization`, `X-Org`, or selfhosted SSO headers) that Conduit will include on all HTTP/WebSocket requests (see [Endpoint Allowlist](#endpoint-allowlist-custom-auth) for reverse proxy whitelisting).
## Screenshots ## Screenshots