DeployBoard / DeployBoard/deployboard-python

Remove logging of hashed_password

Abierto
#72 1 comentario 0 reacciones 0 asignados Ver en GitHub
api database enhancement
Lenguaje dominante
Python
Estrellas
10
Forks
1
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.