TaskPulse/backend/app/schemas
Steven cd41e59afc feat: add user authentication system
- User model (users table) with bcrypt password hashing
- JWT-based login API (POST /api/auth/login, GET /api/auth/me)
- Default admin account (admin/admin123) auto-created on startup
- Login page with centered dark-themed login card
- Route guards + Axios interceptors for token management
- Login page renders without sidebar (standalone layout)
- Gunicorn --preload to avoid worker DDL race condition
2026-06-14 23:22:53 +08:00
..
__init__.py feat: add user authentication system 2026-06-14 23:22:53 +08:00
agent.py feat: initial TaskPulse release 2026-06-14 22:39:23 +08:00
auth.py feat: add user authentication system 2026-06-14 23:22:53 +08:00
execution.py feat: initial TaskPulse release 2026-06-14 22:39:23 +08:00
notification.py feat: initial TaskPulse release 2026-06-14 22:39:23 +08:00
task.py feat: initial TaskPulse release 2026-06-14 22:39:23 +08:00