mrpankajpandey / ai-course-generator

https://mrpankajpandey-ai-course.vercel.app/
4 stars 13 forks source link

[Feat] Real time password strength checker #22

Open agnijeetsharma opened 3 weeks ago

agnijeetsharma commented 3 weeks ago

Description

@mrpankajpandey We can implement a real time password strength generator based on if user include lowercase and uppercase letter in their password ,which will update real time to the user how strong their password is! It would be a grate feature. @mrpankajpandey Kindly assign this issue to me and label as hactoberfest

Screenshots

demo video

https://github.com/user-attachments/assets/43bf9197-a899-47bb-9a21-a089a868f577

Checklist

github-actions[bot] commented 3 weeks ago

👋 Thank you @agnijeetsharma for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

mrpankajpandey commented 3 weeks ago

I use clerk auth, so its better Optimized.

agnijeetsharma commented 3 weeks ago

@mrpankajpandey This feature can give rating type of thing to the password of user so that user can make password accordingly

agnijeetsharma commented 3 weeks ago

@mrpankajpandey any update I have checked that it is only checking that password contain more than 8 characters or not. it is not checking how strong you password

mrpankajpandey commented 3 weeks ago

I don't think so, It's better Optimized than clerk authentication.