
- Created User model and schemas - Implemented secure password hashing with bcrypt - Added JWT token-based authentication - Created user registration and login endpoints - Added authentication to todo routes - Updated todos to be associated with users - Created migration script for the user table - Updated documentation with auth information
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn>=0.23.2
|
|
sqlalchemy>=2.0.23
|
|
alembic>=1.12.1
|
|
pydantic>=2.4.2
|
|
pydantic-settings>=2.0.3
|
|
python-multipart>=0.0.6
|
|
ruff>=0.1.3
|
|
pytest>=7.4.3
|
|
httpx>=0.25.1
|
|
python-jose[cryptography]>=3.3.0
|
|
passlib[bcrypt]>=1.7.4
|
|
email-validator>=2.1.0 |