2 Commits

Author SHA1 Message Date
Automated Action
47c13d82c1 Apply ruff linting fixes to Alembic environment
- Fix revision reference in user table migration (0001_create_tasks_table -> 0001)
- Add SQLite batch mode configuration to Alembic env.py
- Enhance logging for SQLite dialect detection
- Ensure consistent configuration for both online and offline migrations
2025-05-16 12:51:50 +00:00
Automated Action
0ceeef31a6 Add user authentication system with JWT tokens
- Add user model with relationship to tasks
- Implement JWT token authentication
- Create user registration and login endpoints
- Update task endpoints to filter by current user
- Add Alembic migration for user table
- Update documentation with authentication details
2025-05-16 12:40:03 +00:00