SamarthKadam / ChatBox

Experience the official messaging app's seamless real-time communication
https://chat-box-samarthkadam.vercel.app/
47 stars 101 forks source link

Add Password Regex for Enhanced Security #76

Open piyush-gangrade opened 4 months ago

piyush-gangrade commented 4 months ago

Improve user authentication security by using a regex to enforce strong password rules. This will help users create passwords that are hard to crack and meet security standards

Saigenix commented 4 months ago

Can you explain how you're going to implement this?

piyush-gangrade commented 4 months ago

Use a regex pattern to make sure passwords have:

At least one lowercase letter At least one uppercase letter At least one number At least one special character (e.g., @$!%*?&) At least 8 characters in length

Saigenix commented 4 months ago

Ok you can work! Just remember to create a new branch after fork with appropriate name

piyush-gangrade commented 4 months ago

please add 'gssoc' and 'level' labels

Saigenix commented 4 months ago

please add 'gssoc' and 'level' labels

Done

SuhaniStark commented 4 months ago

Under GSSoC'24, I would like to work on this issue, please assign it to me.

Saigenix commented 4 months ago

Currently @piyush-gangrade working on this issue This projects have many things which needs to be implemented or improved so firstly go through the project then find the things on which you can work on then create a new issue related to that!

Happy coding