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

Feat: 사용자 암호는 안전한 해시 함수로 일방향 암호화한다. #79

Merged
merged 3 commits into from
Apr 12, 2024

Conversation

hseong3243
Copy link
Owner

작업 내용

  • BCrypt 패스워드 인코더를 추가하였습니다.

@hseong3243 hseong3243 added the Chore 빌드 환경, 설정 작업을 수행합니다. label Apr 12, 2024
@hseong3243 hseong3243 self-assigned this Apr 12, 2024
Copy link

Test Results

184 tests  +5   184 ✅ +5   3s ⏱️ -1s
 52 suites +3     0 💤 ±0 
 52 files   +3     0 ❌ ±0 

Results for commit 0723510. ± Comparison against base commit 4e48d04.

@hseong3243 hseong3243 merged commit 983b930 into main Apr 12, 2024
2 checks passed
@hseong3243 hseong3243 deleted the feat/#78-hashing-password branch April 12, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chore 빌드 환경, 설정 작업을 수행합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 사용자 암호는 안전한 해시 함수로 일방향 암호화한다.
1 participant