소스 검색

:memo: Made note to hash/salt passwords

tags/0.0.3^2
tomit4 3 년 전
부모
커밋
d02ec4df53
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      backend/lib/routes/profile/insert.js

+ 1
- 0
backend/lib/routes/profile/insert.js 파일 보기

@@ -48,6 +48,7 @@ module.exports = {
48 48
             const res = request.payload
49 49
 
50 50
             try {
51
+                // TODO: Currently passwords are stored in plain text, big no no...
51 52
                 const insertedResponse = await profileService.insertSingleResponseForProfile(res)
52 53
 
53 54
                 if (!insertedResponse) {

Loading…
취소
저장