-
Notifications
You must be signed in to change notification settings - Fork 4
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
[시나리오] 로그인 #2
Comments
Step이 있는 프로그래스 바를 이용하면 좋을 것 같습니다. (예시) |
특정 로그인 시도 횟수가 넘어가 로그인에 실패했을 경우 보안조치를 하는 건 어떨까요?? |
좋은 것 같아요 보안조치로는 보안코드에ㅜ대해선 어떻게 생각하시나요 |
보안코드는 메일확인같은건가요? 아니면 CAPCHA같은 것인가요? |
@ummaeha @yunseong76039287 https://dev.to/mattdclarke/how-to-rate-limit-a-login-route-in-express-using-node-rate-limiter-flexible-and-redis-1i1k |
컨텍스트 팝업이라는 용어에 대해서 찾아봤는데 아직 직관적으로 와닿지 않습니다..! 로그인 버튼에 에러메세지를 띄우고도 컨텍스트 팝업을 고안하신 이유가 있나요? |
progress bar는 작업의 진행률을 알 수 있어야 하는 대상에게 적절하다고 생각됩니다! 로그인이 몇퍼센트 진행중인지 알기 어려우니 (정확한 용어를 몰라서) 뱅글뱅글 돌아가는 로딩 아이콘이 더 적절할 것 같다는게 제 의견입니다! |
UI 적으로 버튼 자체에 띄우는 부분이랑 팝업으로 에러를 보여주는 부분에서 고민 했습니다. |
화이트리스트 방식으로 |
로그인 시나리오
노션 : https://www.notion.so/gipyoo/31b98cb4622f46a7b77f966551f91e9e
진입
프로세스
결과
성공
실패
더 고려할 점
The text was updated successfully, but these errors were encountered: