Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 좋아요 기능 호출 시 사용자 인증을 위해 accessToken 을 사용합니다. - users/jwt/jwt.provider.ts 의 validateToken 함수를 이용하여 토큰을 검증하고 사용자 ID 를 추출합니다. 좋아요 추가 로직을 간소화했습니다. - 좋아요 도메인 객체 Like 를 직접 생성하지 않고 필요한 데이터 (userId, likedBookId)만 save 함수에 전달합니다.
- Loading branch information