bashovski / canzona

Play, browse and explore World's music in one place - built using MERN stack.
0 stars 0 forks source link

Login #4

Closed bashovski closed 4 years ago

bashovski commented 4 years ago

There should be a multi-step login flow. By that, I mean user should firstly input the e-mail and click the submit button.

After clicking the button, by hitting the validation endpoint on the api, we will validate the input and in case the account exists with inserted email, user will receive another input field to input his password. Once again user submits the data, he will proceed to dashboard, or something else which still needs to be taken care of.

bashovski commented 4 years ago

Done. Only the redirect to the dashboard is missing and will be added as soon as the dashboard is implemented.