공부 일지

2021-11-11

Debin 2021. 11. 12.
반응형

Password를 만드는 함수를 구현.

노드 내부 모듈 crypto를 이용! 애초에 prisma를 사용.

salt와 hash화 된 패스워드를 DB에 저장.

작성한 함수는 salt를 생성하는 랜덤 함수와 hash 패스워드를 구현하는 함수와 그 hash 패스워드를 체크하는 함수

개인적으로 Promise 구문을 복습할 수 있어서 의미가 있었다.

 

crypto.pbkdf2 와 crypto.randomBytes 사용법 알아두기.

 

https://github.com/happysubin/prisma_-_passport/commit/8933941a528ec06ed4587c2a98c6753337b515bf

 

make password part · happysubin/prisma_-_passport@8933941

Permalink This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Browse files make password part Loading branch information Showing 7 changed files with 54 additions and 14 deletions. +0 −12 pack

github.com

 

반응형

댓글