muntaxir4 / inpay

A Feature Rich Global Payments Hub
https://inpay.mallik.tech
MIT License
4 stars 0 forks source link

Password validation required #23

Open moyezr opened 2 months ago

moyezr commented 2 months ago

Currently in the sign up and sign in forms, there are no validations performed to ensure that the created passwords are strong enough.

Maybe add some validations using zod both in client side and the server side to ensure users have a strong password which are difficult to brute force.

muntaxir4 commented 2 months ago

Thank you @moyezr. This would be a great security feature. Since, it deals with dummy money I didn't add Zod validations thus increasing development time. Would be nice if you would like to contribute.

moyezr commented 2 months ago

no!

Do it yourself. :)