mrpankajpandey / ai-course-generator

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

[Feat] Real time password strength checker #22

Open agnijeetsharma opened 1 month ago

agnijeetsharma commented 1 month 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 1 month 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 1 month ago

I use clerk auth, so its better Optimized.

agnijeetsharma commented 1 month ago

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

agnijeetsharma commented 1 month 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 1 month ago

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