DeployBoard / DeployBoard/deployboard-python

Remove logging of hashed_password

オープン
#72 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
api database enhancement
主要言語
Python
スター
10
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

**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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。