We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
인증 기능 구현
The text was updated successfully, but these errors were encountered:
#45 - 시큐리티 설정과 자바 코드 구현
a8abf79
인증 정보를 db로부터 부르는 빈과 패스워드 빈 인코더 빈 등록 영향 받는 부분을 서비스와 컨트롤러 코드에 반영
#45 - userAccount의 PK를 기존 id에서 userId로 변경
ce8346c
그 과정에서 변경점 반영, securtiy를 반영하는 과정에서 PK를 @GeneratedValud로 사용시 어떤식으로 dto들을 만들어야 할지 모르겠음,, ㅜㅜ 공부 요망
#45 - 패스워드 인코더가 인식할 수 있게 패스워드 정보 수정
968f24c
앞머리에 `{encoding-info}`와 같이 암호화 정보를 넣어줌 그래야 패스워드 인코더가 읽을 수 있다.
#45 - 수정, 삭제 할 때 해당 사용자가 맞는지 확인하기 위해 응답 정보 추가
0c96949
인증 정보의 `userId`와 해당 게시글/댓글dml 작성자 `userId`를 비교하기 위해 responseDto 에 userId 추가
#45 - 인증 기능의 뷰 연결
11d4689
게시글/댓글의 등록, 수정, 삭제 버튼이 적절한 상황에 노출될 수 있도록 함 헤더도 인증 정보에 따라 표현이 달라지게 수정
Merge pull request #46 from GGHDMS/feature/#45-security
63a0ede
GGHDMS
Successfully merging a pull request may close this issue.
인증 기능 구현
The text was updated successfully, but these errors were encountered: