Day 2 of my 21-day API challenge, built a Password Strength & Security Scorer API
javascript
dev.to
Day 2 of my 21-day API challenge is done. Yesterday I built an Invoice & Receipt Parser API. Today I built a Password Strength & Security Scorer API — a complete password security toolkit that any developer can drop into their signup flow in minutes. If you missed Day 1, catch up here: https://dev.to/ruanmuller04 The Problem Every app with a login form needs password validation. Most developers end up writing the same basic checks: // The lazy version every dev writes at 2am