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

인증 기능 구현 #45

Closed
11 tasks done
GGHDMS opened this issue Feb 12, 2023 · 0 comments · Fixed by #46
Closed
11 tasks done

인증 기능 구현 #45

GGHDMS opened this issue Feb 12, 2023 · 0 comments · Fixed by #46
Assignees
Labels
enhancement New feature or request

Comments

@GGHDMS
Copy link
Owner

GGHDMS commented Feb 12, 2023

인증 기능 구현

  • 인증 설정하기
    • 인증이 필요 없는 영역
      • 루트 페이지
      • 게시판 보기
    • 인증이 필요한 영역
      • 게시글 (+ 댓글)보기
      • 자기 게시글 쓰기, 수정, 삭제
      • 자기 댓글 쓰기, 삭제
  • 인증 기능에 필요한 부분 구현
  • 회원 가입 페이지
  • 테스트
@GGHDMS GGHDMS self-assigned this Feb 12, 2023
@GGHDMS GGHDMS added the enhancement New feature or request label Feb 12, 2023
@GGHDMS GGHDMS added this to the 게시판 서비스 만들기 milestone Feb 12, 2023
GGHDMS added a commit that referenced this issue Feb 13, 2023
인증 정보를 db로부터 부르는 빈과 패스워드 빈 인코더 빈 등록
영향 받는 부분을 서비스와 컨트롤러 코드에 반영
GGHDMS added a commit that referenced this issue Feb 13, 2023
그 과정에서 변경점 반영, securtiy를 반영하는 과정에서 PK를 @GeneratedValud로 사용시 어떤식으로 dto들을 만들어야 할지 모르겠음,, ㅜㅜ 공부 요망
GGHDMS added a commit that referenced this issue Feb 13, 2023
앞머리에 `{encoding-info}`와 같이 암호화 정보를 넣어줌 그래야 패스워드 인코더가 읽을 수 있다.
GGHDMS added a commit that referenced this issue Feb 13, 2023
인증 정보의 `userId`와 해당 게시글/댓글dml 작성자 `userId`를 비교하기 위해 responseDto 에 userId 추가
GGHDMS added a commit that referenced this issue Feb 13, 2023
게시글/댓글의 등록, 수정, 삭제 버튼이 적절한 상황에 노출될 수 있도록 함
헤더도 인증 정보에 따라 표현이 달라지게 수정
GGHDMS added a commit that referenced this issue Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant