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

🔀 :: JwtInterceptor에 Jwt 토큰 자동 담기 및 쿠키 제거 #156

Merged
merged 3 commits into from
Jun 2, 2023

Conversation

baekteun
Copy link
Member

💡 개요

JwtInterceptor에 Jwt 토큰 자동 담기 및 쿠키 제거

📃 작업내용

  • JwtInterceptor에서 didRecive 작동 시 토큰 DTO 디코딩 여부 판단 후 JwtStore에 데이터 저장
  • 데이터를 받을때마다 쿠키 제거

🎸 기타

@baekteun baekteun added 0️⃣ Priority: Critical 우선순위 - 긴급!!!!! ✨ Feature 신규 기능 labels May 31, 2023
@baekteun baekteun self-assigned this May 31, 2023
@baekteun baekteun requested a review from kimsh153 as a code owner May 31, 2023 03:28
@baekteun baekteun linked an issue May 31, 2023 that may be closed by this pull request
Emdpoint의 InterceptorType은 escaping이 아닌 closure인데 escaping을 붙여버림 -> Emdpoint의 InterceptorType의 parpare를 escaping closure로 변경
@baekteun baekteun merged commit 5ba46b2 into master Jun 2, 2023
@baekteun baekteun deleted the 155-jwtinterceptor-receive-token-cookie branch June 2, 2023 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0️⃣ Priority: Critical 우선순위 - 긴급!!!!! ✨ Feature 신규 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JwtInterceptor에 토큰 받기 및 쿠키 제거
2 participants