swsnu / swppfall2018

22 stars 21 forks source link

[HW2] 로그인 가능한 유저 질문 #80

Open minty99 opened 5 years ago

minty99 commented 5 years ago

과제 설명에는,

users should only be able to log in with an account with an email of 'swpp@snu.ac.kr' and password of 'iluvswpp'.

라고 되어 있는데, 과제 스켈레톤 코드의 in-memory-data.service.ts에는 유저가 3명이 등록되어 있습니다.

swpp@snu.ac.kr 유저로만 로그인 가능해야만 하나요, 아니면 등록된 3명의 유저가 모두 로그인 가능하게 해야 하나요?

감사합니다.

sanha commented 5 years ago

swpp@snu.ac.kr 외의 다른 사용자 정보로 로그인을 시도하지 않을 예정입니다. 다른 두 사용자에 대해서는 자유롭게 구현해주세요.