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

feature: JWT 인증 구현 및 응답 객체 ResponsEntity로 변경 #8

Open
ongsttt52 opened this issue Mar 10, 2025 · 0 comments
Open

Comments

@ongsttt52
Copy link
Collaborator

이슈 설명

해당 이슈에 대한 설명을 해주세요. 그리고 해야 할 일들을 계획하고 풀 리퀘스트에서 수행할 수 있습니다.

  • JWT 인증 구현을 위한 JwtFilter, JwtProvider 클래스 및 createToken(), validateToken() 등의 메서드 작성
  • Jwts.parserBuilder() 메서드 지원 중단으로 인해 jjwt-api, jjwt-impl 라이브러리 버전 0.12.6 -> 0.11.5 로 변경
  • UserService.login() 이 JWT 토큰을 반환하도록 수정
  • UserController의 모든 메서드가 ResponseEntity 객체를 반환하도록 수정

관련 풀 리퀘스트 및 이슈

트러블슈팅이 있거나 중요한 풀 리퀘스트를 기록해주세요. 모든 풀 리퀘스트를 기록할 필요는 없습니다.

유의미한 코드리뷰가 있다면 꼭 표시하고 설명까지 달아주세요.


메모

필요에 따라 메모는 누적됩니다.

song-eojin pushed a commit that referenced this issue Mar 11, 2025
* feat : User - Entity, DTO 클래스 작성 및 CRUD 구현 (#1)

* feature: User - 로그인 기능 구현, 비밀번호 암호화 기능 구현 (#3)

* refactor: User - UserService의 create, update 및 delete 메서드 리팩터링 (#6)

* config: Gradle - JWT 인증을 위한 jjwt 의존성 추가 (#7)

* feature: JWT 인증 구현 및 응답 객체 ResponsEntity로 변경 (#8)

* feat : Spring Security, WebConfig CORS 권한 설정 추가

* feat : WebConfig 설정 추가
song-eojin pushed a commit that referenced this issue Mar 11, 2025
* feat : User - Entity, DTO 클래스 작성 및 CRUD 구현 (#1)

* feature: User - 로그인 기능 구현, 비밀번호 암호화 기능 구현 (#3)

* refactor: User - UserService의 create, update 및 delete 메서드 리팩터링 (#6)

* config: Gradle - JWT 인증을 위한 jjwt 의존성 추가 (#7)

* feature: JWT 인증 구현 및 응답 객체 ResponsEntity로 변경 (#8)

* feat : Spring Security, WebConfig CORS 권한 설정 추가

* feat : WebConfig 설정 추가

* refactor : CORS 설정 오류 수정

* feat : User - Entity, DTO 클래스 작성 및 CRUD 구현 (#1)

* feature: User - 로그인 기능 구현, 비밀번호 암호화 기능 구현 (#3)

* refactor: User - UserService의 create, update 및 delete 메서드 리팩터링 (#6)

* config: Gradle - JWT 인증을 위한 jjwt 의존성 추가 (#7)

* feature: JWT 인증 구현 및 응답 객체 ResponsEntity로 변경 (#8)

* feat : Spring Security, WebConfig CORS 권한 설정 추가

* refactor : CORS 설정 오류 수정
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

No branches or pull requests

1 participant