daily-briefing/server
Sam c15176bff4 fix: replace passlib with direct bcrypt to fix password hashing crash
passlib 1.7.4 is incompatible with bcrypt>=4.1, causing a ValueError
during internal bug detection. Using bcrypt directly avoids this.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 16:20:36 +01:00
..
migrations feat: add Admin Panel with JWT auth, DB settings, and integration management 2026-03-02 10:37:30 +01:00
routers feat: Setup Wizard for first-run configuration 2026-03-02 16:06:10 +01:00
services feat: Setup Wizard for first-run configuration 2026-03-02 16:06:10 +01:00
__init__.py refactor: complete rewrite as React+FastAPI dashboard 2026-03-02 01:48:51 +01:00
auth.py fix: replace passlib with direct bcrypt to fix password hashing crash 2026-03-02 16:20:36 +01:00
cache.py refactor: complete rewrite as React+FastAPI dashboard 2026-03-02 01:48:51 +01:00
config.py feat: add Admin Panel with JWT auth, DB settings, and integration management 2026-03-02 10:37:30 +01:00
db.py feat: add Admin Panel with JWT auth, DB settings, and integration management 2026-03-02 10:37:30 +01:00
main.py feat: Setup Wizard for first-run configuration 2026-03-02 16:06:10 +01:00