Commit Graph
13 Commits
Author SHA1 Message Date
Mabe 98219a6a53 fix: handle HTTP redirects in event stream and improve JWT expiration handling 2026-06-21 17:42:16 +02:00
Mabe 39e2aaecf2 fix: update OLLAMA_API_URL to correct endpoint and add OLLAMA_MODEL environment variable 2026-06-21 17:37:59 +02:00
Mabe 2a0379b653 fix: update OLLAMA_API_URL to correct endpoint and enable follow_redirects in HTTP client 2026-06-21 17:36:12 +02:00
Mabe d23aee37e8 fix: add JWT parsing and expiration check in local token management 2026-06-21 17:27:55 +02:00
Mabe fd9f9a13ba fix: improve error handling and logging in OIDC token exchange and redirect callback 2026-06-21 17:25:46 +02:00
Mabe c2f8c36bbb fix: enhance logging in token introspection and validation for better debugging 2026-06-21 17:23:52 +02:00
Mabe fd453013fd fix: change redirect_uri type to str in AuthCallbackRequest schema and update its usage in auth_callback 2026-06-21 17:10:25 +02:00
Mabe 8e395a4966 fix: add logging to auth_callback for better debugging of OIDC token exchange 2026-06-21 17:08:00 +02:00
Mabe da0196b469 fix: update auth_callback to include client_id in POST body for OIDC providers 2026-06-21 17:03:43 +02:00
Mabe 6a7c225606 fix: enhance auth_callback to support client authentication via POST body for OIDC providers 2026-06-21 16:58:56 +02:00
Mabe d48318ad6b fix: update auth_callback to include client_id in request body for OIDC providers 2026-06-21 16:57:04 +02:00
Mabe f7ef2de4e9 fix: update auth_callback to support HTTP Basic auth for OIDC providers 2026-06-21 16:55:34 +02:00
Mabe 4ebc1fa3cc init 2026-06-20 23:00:05 +02:00