PorePranav / CampusUnify

https://campusunify.pranavpore.com
Apache License 2.0
6 stars 14 forks source link

The password during the registration takes plain text ...... #10

Open priyanshu-gupta0503 opened 1 week ago

priyanshu-gupta0503 commented 1 week ago

While filling in the password I realized that it takes plain text rather than a strong password

I would like to make it industry oriented the password should be a combination of letters ,numbers and symbols and if the user doesn't submit it the form will guide the user to do it in such a way.

@PorePranav Pls assign me this issue so I can work on it.

PorePranav commented 1 week ago

Seems good! While are you at it, can you also add proper input validation to routes on /api/v1/auth . Make sure that you use zod or a similar library for schema based validations and throw proper AppErrors as per the project structure. Good Luck!

Buddha-11 commented 1 week ago

@PorePranav The previous assignee has not yet reported back on the issue progress for 4 days, I would like to work on this so please assign this to me.

priyanshu-gupta0503 commented 1 week ago

@Buddha-11 dude i am working on it.

shreyansh1410 commented 1 week ago

Hi! @priyanshu-gupta0503 , when setting it up locally, the serves gives me an error saying:

Uncaught Exception, Shutting Down!
Error: `key_id` is mandatory

You have any idea?