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

[bug] 액세스토큰, 리프레시 토큰 응답 오타 수정 #129

Closed
yonghwankim-dev opened this issue Jan 11, 2024 · 0 comments · Fixed by #130
Closed

[bug] 액세스토큰, 리프레시 토큰 응답 오타 수정 #129

yonghwankim-dev opened this issue Jan 11, 2024 · 0 comments · Fixed by #130
Assignees
Labels
bug Something isn't working

Comments

@yonghwankim-dev
Copy link
Member

변경할것

  • accessToken 만료시 403 응답
  • refreshToken 만료시 401 응답
  • 액세스 토큰 만료시간 5분으로 수정
@yonghwankim-dev yonghwankim-dev added the bug Something isn't working label Jan 11, 2024
@yonghwankim-dev yonghwankim-dev self-assigned this Jan 11, 2024
@yonghwankim-dev yonghwankim-dev added this to the [BE] Sprint #13 milestone Jan 11, 2024
yonghwankim-dev added a commit that referenced this issue Jan 11, 2024
@yonghwankim-dev yonghwankim-dev linked a pull request Jan 11, 2024 that will close this issue
yonghwankim-dev added a commit that referenced this issue Jan 11, 2024
* #129 fix: 오타 수정

* #129 fix: 액세스 토큰 만료시간 수정
@github-project-automation github-project-automation bot moved this to Done in BE Jan 11, 2024
yonghwankim-dev added a commit that referenced this issue Jan 15, 2024
* #123 docs: 테스트 프로파일에 히카리 로깅 레벨 설정

* #129 refactor: 별도 메소드 분리

* #129 test: 히카리 연결 풀 테스트 코드 추가

* #123 fix: 스케줄링 메소드 오타 수정

* #123 fix: throwable 로깅

* #131 test: HasPortfolioAuthorizationAspect 테스트 코드 추가

* #123 fix: OSIV(open session in view) 설정

* #123 test: 불필요한 테스트 코드 제거

* #123 refactor: 포트폴리오 조회시 fetch join으로 변경

- N+1 문제를 해결하기 위해서 fetch join 사용

* #123 test: findAllByPortfolioId 테스트 코드 추가

* #123 fix: OSIV 비활성화에 따른 fetch join 적용

* #123 fix: OSIV 비활성화에 따른 테스트 코드 수정
yonghwankim-dev added a commit that referenced this issue Jan 15, 2024
* #131 fix: 액세스 토큰 발급 오류 수정

* #131 test: 액세스 토큰 발급 테스트 코드 추가

* #131 test: 오타 수정

* [fix] Hikari Connection Pool 고갈 문제 해결 (#135)

* #123 docs: 테스트 프로파일에 히카리 로깅 레벨 설정

* #129 refactor: 별도 메소드 분리

* #129 test: 히카리 연결 풀 테스트 코드 추가

* #123 fix: 스케줄링 메소드 오타 수정

* #123 fix: throwable 로깅

* #131 test: HasPortfolioAuthorizationAspect 테스트 코드 추가

* #123 fix: OSIV(open session in view) 설정

* #123 test: 불필요한 테스트 코드 제거

* #123 refactor: 포트폴리오 조회시 fetch join으로 변경

- N+1 문제를 해결하기 위해서 fetch join 사용

* #123 test: findAllByPortfolioId 테스트 코드 추가

* #123 fix: OSIV 비활성화에 따른 fetch join 적용

* #123 fix: OSIV 비활성화에 따른 테스트 코드 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant