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

[서브태스크] User Authentication #25

Open
17 tasks
kkho9654 opened this issue Mar 31, 2024 · 0 comments
Open
17 tasks

[서브태스크] User Authentication #25

kkho9654 opened this issue Mar 31, 2024 · 0 comments
Assignees
Labels

Comments

@kkho9654
Copy link
Contributor

kkho9654 commented Mar 31, 2024

회원 로그인 및 로그아웃

개요

상세 설명

이메일 비밀번호를 통한 회원 로그인 인증에 대한 로직 구현

  • 세션기반으로 구현
  • 로그아웃시에 세션 만료

작업 항목

  • API 명세서
  • User Service
    • login
    • logout
  • User Controller
    • user/login
    • user/logout

테스트 항목

  • login: 로그인 인증 관련 테스트
    • login 성공 시나리오
    • login 실패 시나리오
      • id 존재 여부
      • pw 매칭 여부
  • UserController: user controller에 대한 test
    • login mapping 성공
    • login mapping 실패
    • logout mapping 성공
    • logout mapping 실패

참고 자료/링크

기타 주의사항

  • 주의사항1
  • 주의사항2
  • 주의사항3

피드백

[작업 진행 중 또는 완료 후 팀원들의 피드백을 기록하는 공간입니다. 피드백이 있을 경우, 여기에 추가해주세요.]

@kkho9654 kkho9654 self-assigned this Mar 31, 2024
@kkho9654 kkho9654 changed the title [서브태스크] 회원 로그인 [서브태스크] 회원 로그인 및 로그아웃 Mar 31, 2024
@kkho9654 kkho9654 changed the title [서브태스크] 회원 로그인 및 로그아웃 [서브태스크] User Authentication Mar 31, 2024
@kkho9654 kkho9654 added this to the 스프린트 2 milestone Mar 31, 2024
@kkho9654 kkho9654 moved this to task in SSapingMall Kanban Mar 31, 2024
@kkho9654 kkho9654 moved this from task to Ready in SSapingMall Kanban Mar 31, 2024
@kkho9654 kkho9654 moved this from Ready to Backlog in SSapingMall Kanban Mar 31, 2024
@kkho9654 kkho9654 moved this from Backlog to Ready in SSapingMall Kanban Apr 1, 2024
@kkho9654 kkho9654 moved this from Ready to In progress in SSapingMall Kanban Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress
Development

No branches or pull requests

1 participant