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/#26 인증 토큰 갱신 기능 구현 #27

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Feat/#26 인증 토큰 갱신 기능 구현 #27

merged 2 commits into from
Oct 23, 2023

Conversation

yumyeonghan
Copy link
Collaborator

이슈번호

close: #26

작업 내용 설명

  • 인증 토큰 갱신 기능 구현

리뷰어에게 한마디

  • 로그인 API 수정
    • 회원가입 API 요청 데이터 검증 추가
    • 로그인 안될 시, 회원가입 API 리다이렉트 하는부분 제거
  • 토큰 갱신 API 작성
    • 액세스 토큰이 만료 되면, 리프레시 토큰을 통해 액세스 토큰 재발급
    • 리프레시 토큰도 만료 되면 예외 발생

yumyeonghan added 2 commits October 23, 2023 18:33
- 회원가입 API 요청 데이터 검증 추가
- 로그인 API 수정
- 액세스 토큰이 만료 되면, 리프레시 토큰을 통해 액세스 토큰 재발급
- 리프레시 토큰도 만료 되면 예외 발생
@yumyeonghan yumyeonghan added the feat 기능 개발 label Oct 23, 2023
@yumyeonghan yumyeonghan added this to the 1차 스프린트 milestone Oct 23, 2023
@yumyeonghan yumyeonghan self-assigned this Oct 23, 2023
@github-actions
Copy link

Test Results

1 tests   1 ✔️  1s ⏱️
1 suites  0 💤
1 files    0

Results for commit 5ad2aa2.

@yumyeonghan yumyeonghan merged commit 42cb6ff into dev Oct 23, 2023
3 checks passed
@yumyeonghan yumyeonghan deleted the feat/#26 branch October 23, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 개발
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

🚀 [Feature] 인증 토큰 갱신 기능 구현
1 participant