Skip to content

Conversation

@m-a-king
Copy link
Collaborator

resolved :

📌 과제 설명

회원가입 비밀번호 해시처리 추가

👩‍💻 요구 사항과 구현 내용

회원가입 비밀번호 해시처리 추가

@m-a-king m-a-king added bug Something isn't working 재중 Fix labels Jan 21, 2025
@m-a-king m-a-king self-assigned this Jan 21, 2025
@m-a-king m-a-king linked an issue Jan 21, 2025 that may be closed by this pull request
1 task
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

빌드에 실패했습니다.

@github-actions github-actions bot changed the title [FIX] 회원가입시 비밀번호 해시 처리 [BUILD FAIL] [FIX] 회원가입시 비밀번호 해시 처리 Jan 21, 2025
@github-actions github-actions bot closed this Jan 21, 2025
@m-a-king m-a-king reopened this Jan 21, 2025
@m-a-king
Copy link
Collaborator Author

빌드에 실패했습니다.

테스트 추가

- private 생성자를 이용한 인스턴스화 불가능 여부 테스트 추가
- UnsupportedOperationException 예외 발생 확인
- @hidden 어노테이션 추가로 Swagger API 문서에서 UserId와 RoleId를 숨김
- io.swagger.v3.oas.annotations.Hidden 임포트 추가
@m-a-king m-a-king force-pushed the fix/316-add-bcrypt-password-signon branch from 90a33ec to 944b336 Compare January 21, 2025 12:51
Copy link
Collaborator

@leebs0521 leebs0521 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다.

@sonarqubecloud
Copy link

@m-a-king m-a-king changed the title [BUILD FAIL] [FIX] 회원가입시 비밀번호 해시 처리 [FIX] 회원가입시 비밀번호 해시 처리 Jan 21, 2025
@7zrv
Copy link
Collaborator

7zrv commented Jan 22, 2025

고생하셨습니다!

@m-a-king m-a-king merged commit fa1eaf6 into main Jan 22, 2025
3 checks passed
@m-a-king m-a-king deleted the fix/316-add-bcrypt-password-signon branch January 22, 2025 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Fix 재중

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX] 회원가입 비밀번호 해시처리 추가

4 participants