-
Notifications
You must be signed in to change notification settings - Fork 0
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
Spring Security를 활용한 로그인 기능 구현 #24
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
스프링 시큐리티에서 관리하는 회원 클래스 구현
- 비밀번호 암호화 적용 - Enum 탐색 시 value를 이용해 탐색하도록 변경 - @transactional 어노테이션 적용
2 tasks
Test Coverage Report
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#️⃣ 연관된 이슈
#18
📝 작업 내용
📷 스크린샷 (선택)
로그인 성공
![스크린샷 2024-11-22 오후 9 42 23](https://private-user-images.githubusercontent.com/89138189/388936619-ed6f4f15-f1b5-47e2-8ea9-118959ba0075.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODkwNTAsIm5iZiI6MTczOTU4ODc1MCwicGF0aCI6Ii84OTEzODE4OS8zODg5MzY2MTktZWQ2ZjRmMTUtZjFiNS00N2UyLThlYTktMTE4OTU5YmEwMDc1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDAzMDU1MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk4MTJmNmI3MDJkYzQzNDYwY2Y2MzI1OTJmZjc1YjcxYmZhMmFhM2I3NWMxM2FmM2FmNDUwNWI0YmUzMGUxZTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.CNT5Io7f5-80ZFxumjpGyQZcyYnqbdHNpBlTu98VJTI)
로그인한 회원 조회 시 헤더 엑세스 토큰 첨부
![스크린샷 2024-11-22 오후 9 40 46](https://private-user-images.githubusercontent.com/89138189/388936101-beb591b0-713d-440d-ac21-9f821ca9267d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODkwNTAsIm5iZiI6MTczOTU4ODc1MCwicGF0aCI6Ii84OTEzODE4OS8zODg5MzYxMDEtYmViNTkxYjAtNzEzZC00NDBkLWFjMjEtOWY4MjFjYTkyNjdkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDAzMDU1MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJkMjc5YzI2YTJiNWQyOGE1OGNmOTIyZGQzNDIyOGU5YmE3ZjIwMzlmZGJlN2IzNTMzMzM0ZDVhMWUzOTk3MTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ccVniY_fAcL0hquFOIazLjD9ADcCVJMxxQ37b5dk_Lk)
💬 리뷰 요구사항 (선택)
만들다보니까 PR 규모가 많이 커졌네요... 리뷰는 좀 힘들 것 같고 문제 생기면 나중에 혼자서 잘 고쳐보겠습니다ㅠ