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

[FEAT] JWT 발급 API에서 header 추가 설정 #250

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

SSung023
Copy link
Contributor

PR 타입(하나 이상의 PR 타입을 선택해주세요)

☑ 기능 추가

□ 기능 삭제

□ 버그 수정

□ 의존성, 환경 변수, 빌드 관련 코드 업데이트


반영 브랜치

feat/249-jwt-api-set-headermain


변경 사항

  • JWT 발급 API(POST /api/auth)에서 token-reissued 값을 true로 설정하여 전달하도록 변경

테스트 결과

image


연관된 이슈

#249


리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요
ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

- JWT 발급 API에서 token-reissued의 값을 true로 설정
@SSung023 SSung023 added 💡feature 기능 구현, 개선 사항 관련 🧑🏻‍💻 BE 백엔드 관련 코드 labels Aug 19, 2024
@SSung023 SSung023 requested a review from kimdozzi August 19, 2024 06:09
@SSung023 SSung023 self-assigned this Aug 19, 2024
@SSung023 SSung023 linked an issue Aug 19, 2024 that may be closed by this pull request
1 task
Copy link

Test Results

183 files  183 suites   30s ⏱️
295 tests 295 ✅ 0 💤 0 ❌
303 runs  303 ✅ 0 💤 0 ❌

Results for commit d82026b.

@SSung023 SSung023 merged commit 042bbd9 into main Aug 23, 2024
2 checks passed
@SSung023 SSung023 deleted the feat/249-jwt-api-set-header branch August 23, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑🏻‍💻 BE 백엔드 관련 코드 💡feature 기능 구현, 개선 사항 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] JWT 발급 API에서 token-reissued 값 설정하기
2 participants