sandbox-notebookllamalm-nextjs/backend
Vadym Samoilenko b2585cabab Fix 403→401: HTTPBearer auto_error=False so missing token returns 401
FastAPI HTTPBearer returns 403 when no Authorization header is present,
but the frontend interceptor only handles 401 to redirect to login.
Switching to auto_error=False and throwing 401 manually fixes the redirect.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-14 22:50:13 +00:00
..
src Fix 403→401: HTTPBearer auto_error=False so missing token returns 401 2026-03-14 22:50:13 +00:00
.dockerignore Add Docker migration: Dockerfiles, compose config, and deployment scripts 2026-03-14 21:34:59 +00:00
.env .env 2025-11-17 19:48:56 +00:00
.gitignore adjusted document processing logic so only successful documents make it to the documents list 2025-10-20 13:01:18 -05:00
api.log WIP: Next.js migration - Core infrastructure complete (~25% feature parity) 2025-10-02 21:16:21 -04:00
conversation_6561c31d-65b6-4585-b2ab-5a1983595456.mp3 Fix document removal to clean up LlamaCloud index 2025-10-03 16:07:31 -04:00
Dockerfile Add Docker migration: Dockerfiles, compose config, and deployment scripts 2026-03-14 21:34:59 +00:00
migrate_add_sso.sql fixed some aesthetic things and added MSAL/PKCE login 2025-10-16 11:18:06 -05:00
notebookllama-backend.service adjusted polling logs and another video processing fix 2025-10-17 16:46:12 -05:00
pyproject.toml Add Docker migration: Dockerfiles, compose config, and deployment scripts 2026-03-14 21:34:59 +00:00
uv.lock added logging for video error 2025-10-17 17:36:53 -05:00