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] 세션 로그인 및 로그아웃 구현 #72

Closed
wants to merge 12 commits into from

Conversation

zzuharchive
Copy link
Collaborator

@zzuharchive zzuharchive commented Dec 31, 2024

#️⃣ 연관된 이슈

#63

✅ 체크리스트

  • 🔀 PR 제목의 형식 맞추기 ex) [feat] ㅇㅇ 기능 추가
  • 💡 이슈 등록
  • 🏷️ 라벨 등록
  • 🧹 불필요한 코드 제거
  • 🧪 로컬 테스트 완료
  • 🏗️ 빌드 성공
  • 💯 테스트 통과

📝 작업 내용

세션 로그인 및 로그아웃 구현
@currentuser 어노테이션 구현

📸 스크린샷 (UI 변경 시 필수)

👀 리뷰어 가이드라인

여기에 작성

@zzuharchive zzuharchive self-assigned this Dec 31, 2024
@zzuharchive zzuharchive linked an issue Dec 31, 2024 that may be closed by this pull request
3 tasks
@zzuharchive zzuharchive changed the title feat: 세션 로그인 및 로그아웃 구현 [feat] 세션 로그인 및 로그아웃 구현 Dec 31, 2024
Copy link

github-actions bot commented Dec 31, 2024

Test Results

34 tests   34 ✅  5s ⏱️
13 suites   0 💤
13 files     0 ❌

Results for commit 9bfdc3f.

♻️ This comment has been updated with latest results.

@DongminL
Copy link
Collaborator

테스트 코드 작성하실 때, test/global/support 패키지에서 적절한 테스트를 상속 받아서 하시면 됩니다
어노테이션을 추가하고 싶으시다면, 상속 받은 클래스에 추가하시면 됩니다

@zzuharchive zzuharchive force-pushed the feature/#63-로그인-로그아웃-기능 branch 5 times, most recently from dc62fab to e169ff7 Compare December 31, 2024 14:26
@zzuharchive zzuharchive force-pushed the feature/#63-로그인-로그아웃-기능 branch from e169ff7 to 9390042 Compare December 31, 2024 14:40
@zzuharchive
Copy link
Collaborator Author

감사합니다!

@DongminL
Copy link
Collaborator

DongminL commented Jan 1, 2025

지금 충돌이 발생한 거 같은데, 이거 rebase한 다음에 해결해주시고, 다시 커밋 부탁드립니다!
최대한 main 브랜치를 반영해서 충돌을 해결해주세요!

@zzuharchive zzuharchive closed this Jan 1, 2025
@zzuharchive zzuharchive deleted the feature/#63-로그인-로그아웃-기능 branch January 1, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

세션 로그인 및 로그아웃 기능 구현
3 participants