-
Notifications
You must be signed in to change notification settings - Fork 1
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
Labels
Comments
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
sohyundoh
added a commit
that referenced
this issue
Sep 14, 2024
Merged
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 14, 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
sohyundoh
added a commit
that referenced
this issue
Sep 18, 2024
스레드 로컬의 메모리 누수가 발생하지 않게 afterCompletion 후 clear 해주었습니다.
sohyundoh
added a commit
that referenced
this issue
Sep 18, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
📌 Feature Issue
기존에 권한 관리 해야하는 API에서 모두 DB에 질의하였습니다!
이를 토큰 관리로 통합하여 API 성능을 올리고자 합니다.
📝 To-do
The text was updated successfully, but these errors were encountered: