abhpd-team / OEP-API

REST api with mongoDB
9 stars 7 forks source link

Login Issue #16

Open ank1traj opened 3 years ago

ank1traj commented 3 years ago

Able to login without any signup as well as without entering any username and with a space in the password.

abhpd commented 3 years ago

We will need form validation, it seems like we have to restructure the backend so that we can add form validation. We can use Yup for the backend and Formik for the Frontend. Let me know if you want to take this issue @ank1traj .