Skip to content

#72 Feat: JWT토큰 로그인과 기능 연동#75

Merged
jjjuhoon merged 1 commit intodevelopfrom
feat#72
Feb 5, 2024
Merged

#72 Feat: JWT토큰 로그인과 기능 연동#75
jjjuhoon merged 1 commit intodevelopfrom
feat#72

Conversation

@jjjuhoon
Copy link
Member

@jjjuhoon jjjuhoon commented Feb 5, 2024

No description provided.

@jjjuhoon jjjuhoon self-assigned this Feb 5, 2024
Copy link
Member

@MinYeongPark MinYeongPark left a comment

Choose a reason for hiding this comment

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

고생하셨습니다! userId 추출하는 부분 따로 만드신 것 좋은 것 같습니다👍

Comment on lines +14 to +18
@Override
@Transactional
public Long JwtToId(HttpServletRequest request){
return jwtTokenProvider.getCurrentUser(request);
}
Copy link
Member

Choose a reason for hiding this comment

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

오오 헉 이렇게 따로 분리하신 것 너무 좋은 것 같습니다!
저 그냥 각 메서드마다 일일이 코드 추가했었는데,, 저도 나중에 조금 인용하겠습니다,, 감사합니다!!👍

@jjjuhoon jjjuhoon merged commit eb212f6 into develop Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants