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: 인증 로직 구현 #22

Closed
5 tasks
kkyu0718 opened this issue Aug 12, 2024 · 0 comments · Fixed by #37
Closed
5 tasks

feat: 인증 로직 구현 #22

kkyu0718 opened this issue Aug 12, 2024 · 0 comments · Fixed by #37
Assignees
Labels
기능 New feature or request

Comments

@kkyu0718
Copy link
Collaborator

💡 어떤 기능인가요?

  • 로그인 로그아웃 기능

✅ 작업 상세 내용

  • 로그인에 성공한 유저는 세션을 생성한다
  • 로그인에 실패한 유저는 400 에러를 받는다
  • 세션을 인메모리 저장소에 저장한다
  • 로그아웃에 성공한 유저는 세션을 삭제한다
  • 로그아웃에 실패한 유저는 400 에러를 받는다

⏰ 예상 기간

2h

참고할만한 자료(선택)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants