mayur-ravindram / the-minimal-store

MSRN stack study project
GNU General Public License v3.0
0 stars 0 forks source link

Login page development - Backend+FrontEnd #3

Open mayur-ravindram opened 1 year ago

mayur-ravindram commented 1 year ago

Make login flow working.

Accept username(email) and password from user.

Validate the details from DB and accordingly navigate to other screens.

BLOCKER - Registration module needs to be done

mayur-ravindram commented 1 year ago

✅ added very basic validation