Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Signup/be] password salt 암호화 적용 #82

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

GeunH
Copy link
Collaborator

@GeunH GeunH commented Nov 20, 2023

주요 작업

password salt 암호화 적용

완료한 task 명세

  • utils 폴더 구조 생성 및 util함수 생성
  • password의 hash 암호화 및 저장
  • user table password 컬럼 크기 varchar(50) -> varchar(62)로 변경.

Related to Iusse : #35

@GeunH GeunH added refactor 코드,구조 개선 BE 작업범위 : BackEnd labels Nov 20, 2023
@GeunH GeunH added this to the 회원가입 milestone Nov 20, 2023
@GeunH GeunH requested a review from LeeTH916 November 20, 2023 15:27
@GeunH GeunH self-assigned this Nov 20, 2023
@LeeTH916 LeeTH916 merged commit 5805f11 into boostcampwm2023:refactor/be-signup Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 작업범위 : BackEnd refactor 코드,구조 개선
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants