Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

jwt 예외처리 & 기타 네이밍 컨벤션 통일 #275

Closed
7 tasks done
mjKim1229 opened this issue May 20, 2023 · 1 comment
Closed
7 tasks done

jwt 예외처리 & 기타 네이밍 컨벤션 통일 #275

mjKim1229 opened this issue May 20, 2023 · 1 comment
Assignees
Labels
🔨 Refactor 코드 리팩토링

Comments

@mjKim1229
Copy link
Member

mjKim1229 commented May 20, 2023

  • 파싱 과정 중 적절한 예외처리
    • 추출한 userID가 다를때 별도의 예외처리가 필요 없음(JwtException에 포함되어있음)
    • 토큰 재발급 API swagger 수정(인증 불필요한 API -> 인증 필요한 API)
  • 변수 네이밍 컨벤션 및 통일
    • jwtToken -> accessToken
    • role 관련 변수 통일
    • 헤더 REFRESH-TOKEN -> Refresh-Token
@mjKim1229 mjKim1229 added the 🔨 Refactor 코드 리팩토링 label May 20, 2023
@mjKim1229 mjKim1229 self-assigned this May 20, 2023
@mjKim1229 mjKim1229 reopened this Jun 24, 2023
@mjKim1229 mjKim1229 changed the title jwtService 리팩토링 (jjwt) jwt 예외처리 & 기타 네이밍 컨벤션 통일 Jun 24, 2023
@mjKim1229
Copy link
Member Author

role 관련변수는 #291에 반영

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
🔨 Refactor 코드 리팩토링
Projects
None yet
Development

No branches or pull requests

1 participant