diff --git a/README.md b/README.md index 4096203..ab93487 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,10 @@ Automated tests are not implemented at this time. Manual testing via the API doc * **Static Files:** The production deployment **must** include configuring the web server (like Nginx running as a reverse proxy or alongside) to efficiently serve the static files (avatars) from their directory (e.g., `/var/www/html/static/avatars` or similar) under the expected URL path (e.g., `/static/avatars/`). This is more performant than serving via Python in production. * **Source Code:** The container build process needs to ensure the `src` directory contents are correctly copied into the container image. +## TODOs + +* [ ] Replace password hashing with passlib + ## Contributing This is primarily a personal project. Contributions are generally not expected. If you find a bug, feel free to open an issue in the repository. @@ -224,3 +228,4 @@ This is primarily a personal project. Contributions are generally not expected. ## License This project is licensed under the **MIT License**. See the `LICENSE` file for details. +