-
Notifications
You must be signed in to change notification settings - Fork 5
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
Develop to Main merge #156
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 앱 아이콘, 스플래시 이미지 변경
- 로그아웃 시 캐싱된 유저 정보와 토큰들을 제거하면서 로그인 화면으로 이동 - 횡스크롤바로 게시판 목록을 앱바 바로 밑에 보여주고 게시판 목록 버튼을 누르면 해당 게시판으로 이동 - 추가적으로 API_URL 버그 부분 수정
- JwtFilter 헤더에 엑세스 토큰만 있을 때와 리프레시 토큰이 있을 때 유효성 검사를 변경
[Feat] Kernel360#148. 로그아웃 기능 및 프론트 메인 화면에 게시판 목록 추가
[Refactor] Kernel360#145. 앱 아이콘 이미지 변경
[feat] Kernel360#109 리프레시 토큰과 엑세스 토큰 유효성 확인 로직 변경
- refresh token이 만료되면 캐싱된 유저 정보와 토큰들을 삭제하고 로그인 화면으로 가게끔 변경
[Refactor] Kernel360#112. 토큰 만료됐을 때의 시나리오의 일련의 과정들이 추가 개발
- 동일한 형태의 에러 메시지를 클라이언트에 보내기 위해 예외가 발생하면 글로벌 예외처리 핸들러로 보내도록 변경
- main branch 가 push 및 pr 시 자동으로 배포되도록 처리
[feat] Kernel360#152 시큐리티 필터 단 글로벌 예외처리
ShineCorine
approved these changes
Nov 21, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앱을 보니 대단하시단 말밖에는..
aqrms
approved these changes
Nov 21, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
개요
배포에 필요한 Develop to Main merge 작업입니다.
작업 사항
PR 유형
어떤 변경 사항이 있나요?
PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.