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 : jwt 인증 기능 구현 #12 #23

Merged
merged 11 commits into from
Jan 11, 2024
Merged

Conversation

seokho-1116
Copy link
Collaborator

@seokho-1116 seokho-1116 commented Jan 9, 2024

작업 내용 (Content)

  • security config 추가
  • jwt 인증 필터 추가
  • jwt 인증 프로바이더 추가
  • exception, error code 추가

링크 (Links)

기타 사항 (Etc)

  • jwt 토큰을 인증하는 방식에 대한 논의 필요

Merge 전 필요 작업 (Checklist before merge)

  • 코드 리뷰

희망 리뷰 완료 일 (Expected due date)

- 스프링 시큐리티 관련 config
Open #12
- ConfigurationPropertie로 jwt config
Open #12
- jwt 토큰을 만들어주는 factory 추가
Open #12
- 에러 처리를 위한 ErrorCode 도입
Open #12
- jwt 토큰으로 인증하는 필터 추가
Open #12
- jwt 인증 provider 추가
Open #12
- jwt 인증 실패 핸들러 추가
Open #12
- security에 jwt 관련 설정 추가
Open #12
- 비즈니스 익셉션, 에러 응답 클래스 추가
@seokho-1116 seokho-1116 self-assigned this Jan 9, 2024
@seokho-1116 seokho-1116 added the feat 새로운 기능 label Jan 9, 2024
- Spring 제공 Header로 변경
Open #12
Copy link
Collaborator

@GaBaljaintheroom GaBaljaintheroom left a comment

Choose a reason for hiding this comment

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

고생하셨습니다

@seokho-1116 seokho-1116 changed the base branch from master to develop_back January 11, 2024 10:52
@seokho-1116 seokho-1116 merged commit 8232244 into develop_back Jan 11, 2024
2 checks passed
@seokho-1116 seokho-1116 deleted the ARCH-114-feat/jwt branch January 25, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants