modcomms/backend
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
..
alembic Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
app Fix DISABLE_AUTH check in get_current_user dependency 2025-12-18 10:15:37 -06:00
.env.example Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
alembic.ini Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
Dockerfile Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00
requirements.txt Add PostgreSQL database support with Alembic migrations 2025-12-16 12:27:18 -06:00