-
Notifications
You must be signed in to change notification settings - Fork 22
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
[3주차 과제] 이동현 #42
base: dongsuu
Are you sure you want to change the base?
[3주차 과제] 이동현 #42
Conversation
FeedBackQ. 로그인된 사용자를 가지고올 때, SecurityContextHolder에서 Authentication 정보를 가져오게 되면 처음에 email, password만 저장해두어서 여기서 가지고올 수 있는 정보가 이 둘뿐이여서 현재는 findByEmail()을 통해 로그인된 사용자 정보를 가져오고 있습니다. 이 외에 더 좋은 방법이 있을까요 ?? 추천 : JWT를 활용하여 해당 Token을 발행시에 userId 와 자격권한을 함께 담는 것이 가장 좋습니다. 이렇게 구현할 경우 JWT을 parsing하여 userId(PK)및 권한을 DB에 접근하지 않고 확인할 수 있는 이점이 생깁니다. 추후 user를 찾는 로직은 Authentication에 담겨잇는 userID를 사용하면 됩니다. Filter를 여러개 사용해도 상관없나요 ?? |
이번 주에 어떤 작업을 했는지 설명해주세요.
특히 어떤 부분을 리뷰받고 싶나요?
즉, JwtAuthenticationFilter와 응답값 통일을 위해 ContentCaching...Wrapper로 감싸는 작업을 수행하는 CustomSecurityFilter를 분리해서 사용하는 것이 맞나요? 하나의 필터에서 모든 작업을 하는 것이 맞을까요 ?
이번 주는 어떻게 학습했나요? 아래 질문에 짧게 답변주세요!
이번 주에 학습에 투자한 시간
학습 하면서 좋았던 점과 아쉬웠던 점
어려움을 겪는 부분
스터디 개선되었으면 하는 점