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: stempo-auth 모듈 테스트 코드 작성 완료 #83

Merged
merged 27 commits into from
Oct 23, 2024
Merged

Conversation

limehee
Copy link
Collaborator

@limehee limehee commented Oct 23, 2024

Summary

#79

Spring Security 인증/인가 로직과 관련된 유닛 테스트와 통합 테스트를 추가하여, stempo-auth 모듈에서 JWT 발급 및 검증 로직을 포함한 보안 기능이 올바르게 동작하는지 검증했습니다.

Tasks

  • 인증/인가 관련 유닛 테스트 작성
  • Spring Security 설정 검증
  • 로그인 및 토큰 발급 기능 테스트
  • 유틸리티 클래스 테스트

ETC

  • 테스트가 안정적으로 수행되도록 SecurityContextHolder.clearContext()를 각 테스트 시작 전에 호출하여 ThreadLocal로 인해 발생할 수 있는 테스트 간 상태 공유 문제를 해결했습니다.

@limehee limehee added the ✨ Feature 새로운 기능 명세 및 개발 label Oct 23, 2024
@limehee limehee self-assigned this Oct 23, 2024
@limehee limehee linked an issue Oct 23, 2024 that may be closed by this pull request
4 tasks
@limehee limehee merged commit ef57b68 into develop Oct 23, 2024
5 checks passed
@limehee limehee deleted the feat/#79 branch October 23, 2024 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 새로운 기능 명세 및 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stempo-auth 모듈 테스트 코드 작성
1 participant