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

비밀번호 변경 전 인증 페이지의 인증 로직 구현 #146

Closed
4 tasks done
Yoonyesol opened this issue Sep 22, 2024 · 0 comments · Fixed by #162 or #234
Closed
4 tasks done

비밀번호 변경 전 인증 페이지의 인증 로직 구현 #146

Yoonyesol opened this issue Sep 22, 2024 · 0 comments · Fixed by #162 or #234
Assignees
Labels
🌟 Feature 새로운 기능 개발했어요

Comments

@Yoonyesol
Copy link
Contributor

Yoonyesol commented Sep 22, 2024

Description

비밀번호 변경 전 인증 페이지의 인증 로직을 구현합니다.

Todo List

  • 인증 페이지의 이메일 인증 로직 구현
  • 이메일 인증 정보를 Zustand에 지정된 시간 동안 저장
    • 인증 정보가 만료되지 않았을 시, 비밀번호 변경 페이지에 접근 가능
    • 인증 정보 만료 시, 인증 페이지로 리다이렉션

Estimated Schedule

2~3일

@Yoonyesol Yoonyesol added the 🌟 Feature 새로운 기능 개발했어요 label Sep 22, 2024
@Yoonyesol Yoonyesol self-assigned this Sep 22, 2024
Yoonyesol added a commit that referenced this issue Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment