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

[fix] 토큰 재발급 시 JWT 토큰 예외 처리 #89

Merged
merged 4 commits into from
Aug 7, 2024
Merged

Conversation

chaewonni
Copy link
Member

Related issue 🛠

Work Description ✏️

  • 유효하지 않은 토큰일 시(invalid token) 에러메시지 수정
  • 토큰 재발급 validation @notblank 로 수정
  • 토큰 예외 처리 추가

Uncompleted Tasks 😅

  • N/A

To Reviewers 📢

Copy link
Contributor

@tkdwns414 tkdwns414 left a comment

Choose a reason for hiding this comment

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

좋습니당

@@ -1,6 +1,7 @@
package org.kkumulkkum.server.controller;

import jakarta.validation.Valid;
import jakarta.validation.constraints.NotBlank;
import jakarta.validation.constraints.NotNull;
Copy link
Contributor

Choose a reason for hiding this comment

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

사용하지 않는 import 같습니다. 제거해주세요!

Copy link
Member Author

Choose a reason for hiding this comment

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

제거했습니당

@chaewonni chaewonni changed the title [fix] JWT 토큰 예외 처리 #88 [fix] 토큰 재발급 시 JWT 토큰 예외 처리 Aug 7, 2024
@tkdwns414 tkdwns414 merged commit c06bbdc into develop Aug 7, 2024
1 check passed
@tkdwns414 tkdwns414 deleted the fix/88 branch August 7, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 토큰 재발급 시 JWT 토큰 예외 처리
2 participants