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

[chore] Security 설정 & JWT Token 관리 #6

Merged
merged 14 commits into from
Sep 6, 2023
Merged

Conversation

RyuKwanKon
Copy link
Member

Related Issue 🍃

close #5

Description 🌴

  • Security & JWT 의존성을 추가했습니다.
  • JWT filter를 구현해 Security에 등록하였습니다.
  • filter에서 발생할 수 있는 예외를 ExceptionHandler를 통해 구현하였습니다.
  • JWT 인증에 실패할 경우 JwtAuthenticationEntryPoint를 구현하여 예외를 처리했습니다.
  • Token을 생성하고 관리하는 로직인 JwtProvider를 구현했습니다.

Copy link
Member

@sebbbin sebbbin left a comment

Choose a reason for hiding this comment

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

wow ..

@RyuKwanKon RyuKwanKon merged commit 1f788d0 into develop Sep 6, 2023
1 check passed
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.

[chore] Security 설정 & JWT Token 관리
2 participants