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

# 45 토큰 재발급 #46

Merged
merged 4 commits into from
Oct 20, 2023
Merged

# 45 토큰 재발급 #46

merged 4 commits into from
Oct 20, 2023

Conversation

JuuuuHong
Copy link
Collaborator

💡 개요

토큰 재발급

📃 작업내용

  • 토큰 재발급 기능 구현
  • 헤더로 refresh Token 요청받기
  • 토큰 재발급 api 접근권한 추가
  • RefreshToken data 클래스로 변경

@JuuuuHong JuuuuHong self-assigned this Oct 20, 2023
@JuuuuHong JuuuuHong linked an issue Oct 20, 2023 that may be closed by this pull request
@@ -7,5 +7,7 @@ enum class AuthErrorCode(
ALREADY_EXIST_EMAIL("이미 가입된 이메일입니다.", 409),
ALREADY_EXIST_PHONE_NUMBER("이미 가입된 전화번호입니다.", 409),
MISMATCH_PASSWORD("일치하지 않는 비밀번호입니다.", 401),
UNAPPROVED_USER("아직 회원가입 대기 상태입니다.", 401)
UNAPPROVED_USER("아직 회원가입 대기 상태입니다.", 401),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

대기상태는 403이 맞지 않을까요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bbdd814 그렇네요! 수정했습니다 ~

@JuuuuHong JuuuuHong merged commit 2a91dae into master Oct 20, 2023
@esperar esperar deleted the 45-feat/reissue-token branch October 23, 2023 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

토큰 재발급
3 participants