Vijayagiridharan / Food-Truck-Application-API-

This group is for ACS 567 Software Project Management project "Food Truck Application"
0 stars 0 forks source link

Handling storage of encrypted password and retrieving this password to perform necessary password match during login #48

Closed parisha6 closed 3 months ago

parisha6 commented 4 months ago

As a UI Developer during Login user entered password must be validated with the password stored in database and password match or mismatch must be indicated in response.

AC0: The password must be stored in encrypted manner AC1: The password must be decoded into clear text to match with the clear text password entered by user

parisha6 commented 4 months ago

@arjunmalik11 - assigning this to you if you can take it up; as me and Vijay are taking 2 stories each