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 인증 기능 구현 #ARCH-114 #12

Closed
5 tasks done
seokho-1116 opened this issue Jan 8, 2024 · 0 comments
Closed
5 tasks done

feat : jwt 인증 기능 구현 #ARCH-114 #12

seokho-1116 opened this issue Jan 8, 2024 · 0 comments
Assignees
Labels
feat 새로운 기능

Comments

@seokho-1116
Copy link
Collaborator

seokho-1116 commented Jan 8, 2024

어떤 기능인가요?

jwt 토큰을 이용한 사용자 인증

추가하려는 기능에 대해 간결하게 설명해주세요

작업 상세 내용

  • Jwt 필터 클래스
  • Jwt 토큰 팩토리
  • 토큰 서비스
  • jwt 토큰 인증 프로바이더
  • 시큐리티 컨피그레이션

참고할만한 자료(선택)

@seokho-1116 seokho-1116 self-assigned this Jan 8, 2024
@seokho-1116 seokho-1116 added the feat 새로운 기능 label Jan 8, 2024
seokho-1116 added a commit that referenced this issue Jan 8, 2024
- 스프링 시큐리티 관련 config
Open #12
seokho-1116 added a commit that referenced this issue Jan 8, 2024
- ConfigurationPropertie로 jwt config
Open #12
seokho-1116 added a commit that referenced this issue Jan 8, 2024
- jwt 토큰을 만들어주는 factory 추가
Open #12
seokho-1116 added a commit that referenced this issue Jan 8, 2024
- 에러 처리를 위한 ErrorCode 도입
Open #12
seokho-1116 added a commit that referenced this issue Jan 8, 2024
- jwt 토큰으로 인증하는 필터 추가
Open #12
seokho-1116 added a commit that referenced this issue Jan 8, 2024
- jwt 인증 provider 추가
Open #12
seokho-1116 added a commit that referenced this issue Jan 8, 2024
- jwt 인증 실패 핸들러 추가
Open #12
seokho-1116 added a commit that referenced this issue Jan 8, 2024
- security에 jwt 관련 설정 추가
Open #12
seokho-1116 added a commit that referenced this issue Jan 11, 2024
- Spring 제공 Header로 변경
Open #12
seokho-1116 added a commit that referenced this issue Jan 11, 2024
seokho-1116 added a commit that referenced this issue Jan 11, 2024
- 레디스 관련 설정 추가
Open #12
seokho-1116 added a commit that referenced this issue Jan 11, 2024
- 리프레스 토큰 재발급을 위한 MemberInfo 추가
- MemberInfo 캐시를 위한 레포지토리 추가
Open #12
seokho-1116 added a commit that referenced this issue Jan 11, 2024
- 리프레시 토큰 재발급을 위한 토큰 서비스 추가
Open #12
seokho-1116 added a commit that referenced this issue Jan 11, 2024
- 인증 컨트롤러 추가
Open #12
seokho-1116 added a commit that referenced this issue Jan 11, 2024
- 스웨거 설정 수정
Open #12
seokho-1116 added a commit that referenced this issue Jan 11, 2024
- 캐시 레포지토리 파라미터 이름 변경
- 메소드 주석 추가
- 저장, 조회시에 키에 PREFIX 추가
Open #12
seokho-1116 added a commit that referenced this issue Jan 11, 2024
- 함수 파라미터에 final 추가
Open #12
@seokho-1116 seokho-1116 reopened this Jan 11, 2024
seokho-1116 added a commit that referenced this issue Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능
Projects
None yet
Development

No branches or pull requests

2 participants