Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password validation required #23

Open
moyezr opened this issue Sep 14, 2024 · 2 comments
Open

Password validation required #23

moyezr opened this issue Sep 14, 2024 · 2 comments
Labels
good first issue Good for newcomers hacktoberfest Hacktoberfest 2024 help wanted Extra attention is needed

Comments

@moyezr
Copy link

moyezr commented Sep 14, 2024

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 muntaxir4 added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 14, 2024
@muntaxir4
Copy link
Owner

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
Copy link
Author

moyezr commented Sep 15, 2024

no!

Do it yourself. :)

@muntaxir4 muntaxir4 added the hacktoberfest Hacktoberfest 2024 label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Hacktoberfest 2024 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants