mitlist/be/app
Mohamad 8b3c784e54 feat: Enhance application configuration and logging with new features
This commit introduces several improvements to the application configuration and logging mechanisms, including:

- Added a new `REDIS_URL` configuration option in the production environment template for easier Redis setup.
- Implemented a soft delete method in the `UserManager` class to anonymize user data while maintaining referential integrity.
- Enhanced session secret management to ensure a secure fallback in non-production environments.
- Introduced a `PiiRedactionFilter` to loggers for redacting sensitive information from logs.
- Added rate limiting middleware to control API request rates and prevent abuse.

These changes aim to improve security, maintainability, and user data protection within the application.
2025-06-27 11:55:29 +02:00
..
api feat: Enhance application configuration and logging with new features 2025-06-27 11:55:29 +02:00
core feat: Enhance application configuration and logging with new features 2025-06-27 11:55:29 +02:00
crud feat: Enhance application configuration and logging with new features 2025-06-27 11:55:29 +02:00
db refactor: Clean up code and improve API structure 2025-06-09 15:14:34 +02:00
jobs feat: Enhance application configuration and logging with new features 2025-06-27 11:55:29 +02:00
schemas feat: Implement soft delete functionality and remove cascading deletes 2025-06-25 20:16:28 +02:00
services feat: Enhance cost management features with new endpoints and services 2025-06-21 00:53:03 +02:00
__init__.py weeee💃 2025-03-30 16:02:49 +02:00
auth.py feat: Enhance application configuration and logging with new features 2025-06-27 11:55:29 +02:00
config.py feat: Enhance application configuration and logging with new features 2025-06-27 11:55:29 +02:00
database.py refactor: Clean up code and improve API structure 2025-06-09 15:14:34 +02:00
main.py feat: Enhance application configuration and logging with new features 2025-06-27 11:55:29 +02:00
models.py feat: Implement soft delete functionality and remove cascading deletes 2025-06-25 20:16:28 +02:00