MicroFish/backend
Ubuntu 6a31af082d feat(config): JWT + ACS + admin initial vars for Phase 3
Replace old JWT_SECRET/JWT_REFRESH_SECRET scalar vars with flask-jwt-extended
compatible timedelta-based JWT_ACCESS_TOKEN_EXPIRES / JWT_REFRESH_TOKEN_EXPIRES,
and add ACS connection settings and ADMIN_EMAIL/ADMIN_PASSWORD bootstrap vars.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 09:09:18 +00:00
..
alembic feat(alembic): add initial schema migration for all SQLAlchemy models 2026-05-03 00:04:18 +00:00
app feat(config): JWT + ACS + admin initial vars for Phase 3 2026-05-16 09:09:18 +00:00
scripts feat(f2a-b): step02/03 UX overhaul, Azure OpenAI fix, offline report interviews 2026-05-04 23:20:41 +00:00
tests feat(api): add download endpoints for source doc, report and simulation log 2026-05-15 22:18:23 +00:00
__init__.py feat(graph): add GraphBackend abstract interface 2026-04-25 11:11:06 +00:00
alembic.ini feat(alembic): add initial schema migration for all SQLAlchemy models 2026-05-03 00:04:18 +00:00
pyproject.toml feat(azure): add PostgreSQL Flexible Server + Azure Files persistent storage 2026-05-04 23:37:31 +00:00
requirements.txt chore(deps): add flask-jwt-extended, bcrypt, azure-communication-email 2026-05-16 09:08:12 +00:00
run.py Add UTF-8 encoding support for Windows console in run.py and logger.py to prevent character encoding issues 2025-12-26 17:58:48 +08:00
uv.lock feat(azure): add PostgreSQL Flexible Server + Azure Files persistent storage 2026-05-04 23:37:31 +00:00
wsgi.py feat(auth): add JWT login screen, production Dockerfile and Azure Container App Bicep 2026-04-24 18:46:39 +00:00