DeployBoard / DeployBoard/deployboard-python
Remove logging of hashed_password
- Ngôn ngữ chính
- Python
- Star
- 10
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
**Is your feature request related to a problem? Please describe.**
I would like to reduce, or completely eliminate (if possible) the logging of the hashed_password field returned from the database. We sometimes log the user response within auth and user functions, which include the hashed_password field. This is only the case when the log level is set to debug, but I'd still like to reduce the logging of it.
**Describe the solution you'd like**
We should use a MongoDB projections so the database does not return the hashed_password field.
**Describe alternatives you've considered**
None.
**Additional context**
None.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.