issues
search
JoshuaBuditama
/
slowvid
0
stars
2
forks
source link
Back end/authentication
#34
Closed
PangKung2018
closed
4 years ago
PangKung2018
commented
4 years ago
Created DB and create authentication api in back-end
set-up mongoBD
set-up collections and model
created api for authentication (back-end)
register account with: username, phoneNumber
phoneNumber be hashed before store into DB by using "Bcrypt"
login and verify account with: username, phoneNumber
created api for verification of positive user (back-end)