Closed chpapa closed 6 years ago
Handle the use case of User Profile have an phone field, and users need to verify by SMS before using certain functions.
Related with #19 Login by SMS?
sendSMSVerification()
verifySMSVerification(code)
success
failure
User.verifiedBySMS()
true
false
Code completed, guides and portal will be done in #200
Description
Handle the use case of User Profile have an phone field, and users need to verify by SMS before using certain functions.
Related with #19 Login by SMS?
Design/Specification
sendSMSVerification()
from client side (support any fields or a default field for phone no?)verifySMSVerification(code)
from client side, returnsuccess
orfailure
User.verifiedBySMS()
returntrue
orfalse
Related Issues
Progress Tracker
Advice