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

Fix: JWT 토큰 인증 활성화 및 유효시간 12시간으로 확대 (#131) #132

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

win-luck
Copy link
Contributor

@win-luck win-luck commented Dec 4, 2023

  • JWT 토큰 인증 활성화 및 유효시간 12시간으로 확대
  • 이제 클라이언트는 /api/auth를 제외한 모든 요청에 accessToken이라는 헤더 변수로 jwtToken을 전송해야 함

@win-luck win-luck added the fix 버그 및 오류 수정 label Dec 4, 2023
@win-luck win-luck requested a review from synoti21 December 4, 2023 09:26
@win-luck win-luck self-assigned this Dec 4, 2023
@win-luck win-luck linked an issue Dec 4, 2023 that may be closed by this pull request
@synoti21
Copy link
Contributor

synoti21 commented Dec 4, 2023

수고하셨습니다~

@synoti21 synoti21 merged commit 1c5376b into master Dec 4, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그 및 오류 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: JWT 토큰 검증 활성화 (#131)
2 participants