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

v1.2.0 #262

Merged
merged 9 commits into from
Jan 31, 2024
Merged

v1.2.0 #262

merged 9 commits into from
Jan 31, 2024

Conversation

kdomo
Copy link
Member

@kdomo kdomo commented Jan 31, 2024

v1.2.0

uwoobeat and others added 9 commits January 29, 2024 01:38
* refactor: 멤버 테스트 수정

* feat: 회원가입 메서드 삭제

* feat: 게스트 로직 삭제

* feat: ID/PW 관련 API deprecated 처리

* feat: Profile로 멤버 생성하는 메서드 deprecated 처리

* feat ID/PW 로직 관련 메서드 일부 제거

* refactor: 소셜 로그인 응답의 게스트 여부 필드가 항상 false이도록 수정

* style: spotless 적용

* refactor: guest 관련 변수명, 메서드명 수정
* fix: 미션 리스트 조회 시 InProgress인 미션만 조회로 변경

* fix: Impl 메서드 명 수정

* fix: notIn FINISHED -> in IN_PROGRESS
* feat: 캘린더 뷰 조회 응답에 미션 시작 시간, 끝 시간을 추가

* fix: MissionRecordFindOneResponse imageUrl defaultValue 변경
* refactor: 클레임 파싱할 때 예외 핸들링 제거 및 이슈어 검증 추가

* feat: 토큰 DTO를 사용하도록 개선

* refactor: 토큰 생성 시 DTO 사용하도록 변경

* refactor: 토큰 파싱 로직 변경

* refactor: 예외 검증 책임 제거

* feat: 토큰 DTO 생성 로직 추가

* feat: 토큰 DTO 파싱 및 조회 로직 추가

* fix: DTO를 사용하도록 변경

* refactor: 쿠키 이름 상수로 분리

* refactor: 쿠키로부터 토큰 리터럴 가져오도록 변경

* refactor: 기존 필터 로직 제거

* feat: 쿠키의 maxAge 제거

* refactor: 토큰 검증 및 재발급 로직 개선

* docs: TODO 추가

* refactor: 미사용 메서드 삭제

* feat: 토큰 만료 예외에서 클레임 값 읽어와서 재발급하는 로직 구현

* refactor: 미사용 메서드 제거

* fix: 메서드 이름 수정

* feat: 스웨거 인증을 위해 헤더 토큰 검증 추가

* refactor: JWT 필터를 시큐리티 설정에서만 빈으로 등록하도록 변경

* refactor: JWT 인증 필터 모킹 제외

* feat: 쿠키 토큰 설정 로직 수정

* refactor: JwtTokenProvider를 JwtUtil로 변경

* refactor: JwtUtil 패키지 이동

* refactor: 레거시 엑세스 토큰 DTO 제거

* refactor: 사용하지 않는 메서드 제거
* feat: V2 이미지 업로드 완료처리 API 구현

* refactor: 요청 DTO 공유를 위해 닉네임 not null 검증 제거

* style: spotless 적용

* refactor: 닉네임 중복검증 메서드 재사용 위해 분리

* feat: 멤버 닉네임 변경 API 구현

* test: 닉네임 변경 테스트 작성
* fix: 캐스팅 대신 인터페이스 메서드 사용하도록 수정

* chore: 테스트 트리거 활성화

* fix: 엑세스 토큰을 헤더에서 추출하는 로직 수정

* refactor: 스웨거 리프레시 토큰 스키마 제거

* fix: 헤더가 null인 경우 파싱하기 전에 Optional로 감싸도록 수정

* fix: 헤더 변환 로직 수정

* fix: 시큐리티 유틸이 멤버 ID 파싱에 실패할 경우 커스텀 예외 던지도록 수정

* feat: 스웨거 API 요청 시 엑세스 토큰 헤더에 포함되도록 설정 변경

* chore: 테스트 트리거 비활성화
@kdomo kdomo merged commit 261f64d into main Jan 31, 2024
3 checks passed
@github-actions github-actions bot added the merged 머지된 PR label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged 머지된 PR
Projects
Status: 완료
Development

Successfully merging this pull request may close these issues.

3 participants