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] 인가 로직 개편 #510

Closed
3 tasks
sohyundoh opened this issue Sep 8, 2024 · 0 comments · Fixed by #513 or #515
Closed
3 tasks

[feat] 인가 로직 개편 #510

sohyundoh opened this issue Sep 8, 2024 · 0 comments · Fixed by #513 or #515
Assignees
Labels

Comments

@sohyundoh
Copy link
Member

📌 Feature Issue

기존에 권한 관리 해야하는 API에서 모두 DB에 질의하였습니다!
이를 토큰 관리로 통합하여 API 성능을 올리고자 합니다.

📝 To-do

  • 로직 구현
  • Interceptor 구현
  • redis 내부 Refresh Token 삭제
@sohyundoh sohyundoh added the high label Sep 8, 2024
@sohyundoh sohyundoh self-assigned this Sep 8, 2024
sohyundoh added a commit that referenced this issue Sep 14, 2024
토큰이 <글모임 ID, 권한>을 Map으로 가지고 있을 수 있게 사전 작업을 진행했습니다. Test가 계속해서 통과하게 수정했습니다.
sohyundoh added a commit that referenced this issue Sep 14, 2024
sohyundoh added a commit that referenced this issue Sep 14, 2024
헤더에서 유저 정보를 빼오는 작업은 Bearer을 제외하고 빼오는 것이 포함되기 때문에 메서드명을 직관적으로 변경했습니다
sohyundoh added a commit that referenced this issue Sep 14, 2024
sohyundoh added a commit that referenced this issue Sep 15, 2024
sohyundoh added a commit that referenced this issue Sep 18, 2024
Type 추론이 명확하게 필요해서 JwtTokenProvider에서 명확한 타입 제공하였습니다!
sohyundoh added a commit that referenced this issue Sep 18, 2024
스레드 로컬의 메모리 누수가 발생하지 않게 afterCompletion 후 clear 해주었습니다.
sohyundoh added a commit that referenced this issue Sep 18, 2024
#510 [feat] 인가 로직 개편 작업
sohyundoh added a commit that referenced this issue Sep 18, 2024
#510 [feat] 인가 로직 개편 작업
sohyundoh added a commit that referenced this issue Sep 25, 2024
#510 [feat] 인가 체제 개편
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
1 participant