modcomms/backend/app
michael 0742cc0aa4 Fix DISABLE_AUTH check in get_current_user dependency
The auth dependency was requiring the Authorization header before
checking DISABLE_AUTH, causing API endpoints to fail in dev mode.
Now returns mock user immediately when DISABLE_AUTH=true.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 10:15:37 -06:00
..
agents initial commit 2025-12-12 09:03:17 -06:00
api Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
dependencies Fix DISABLE_AUTH check in get_current_user dependency 2025-12-18 10:15:37 -06:00
models Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
repositories Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
services Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
websocket Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
__init__.py initial commit 2025-12-12 09:03:17 -06:00
config.py Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
main.py Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00