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

[FE] 로그인 페이지 구현 #19

Open
8 tasks
HelloWorldDogs223 opened this issue Aug 25, 2023 · 1 comment · Fixed by #111
Open
8 tasks

[FE] 로그인 페이지 구현 #19

HelloWorldDogs223 opened this issue Aug 25, 2023 · 1 comment · Fixed by #111
Assignees

Comments

@HelloWorldDogs223
Copy link
Contributor

HelloWorldDogs223 commented Aug 25, 2023

  1. Login 구현
  2. 이메일 입력 - 이메일 형식 유효성 체크
  3. 비밀번호 입력 - 비밀번호 유효성 체크
  4. Sign In 버튼 POST /signin email, password
  5. success 확인 후 성공: Home 페이지 이동, 실패: 실패 메시지 출력
  6. 로그인 성공시 토큰 redux 저장?
  7. Oauth 구현 (우선순위 낮음)
  8. 혹은 토큰보유중일 경우 서버에 요청하여 바로 로그인가능한지 확인하기

Image

@HelloWorldDogs223
Copy link
Contributor Author

HelloWorldDogs223 commented Aug 25, 2023

Login은 어떤식으로 구현되어야 하는가?

@seolmiseon seolmiseon self-assigned this Aug 31, 2023
@Junseong0112 Junseong0112 linked a pull request Sep 14, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants