MicroFish/backend/app/api
Ubuntu 949630100c feat(auth): rewrite auth.py with real login, invite, forgot/reset password
Replaces demo-only login with bcrypt+JWT authentication endpoints:
login, refresh, logout, me, forgot-password, reset-password, invitation,
set-password. Adds JWTManager initialization and get_current_user helper.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 09:14:24 +00:00
..
__init__.py chore(i18n): replace all hardcoded Chinese strings with English in backend 2026-04-24 23:40:58 +00:00
auth.py feat(auth): rewrite auth.py with real login, invite, forgot/reset password 2026-05-16 09:14:24 +00:00
graph.py feat(api): add download endpoints for source doc, report and simulation log 2026-05-15 22:18:23 +00:00
report.py feat(simulation): clone graph on start for per-simulation isolation, use graph_id_simulation in report 2026-05-03 22:06:27 +00:00
simulation.py feat(api): add download endpoints for source doc, report and simulation log 2026-05-15 22:18:23 +00:00