quick tips

Quick Tips: Javascript Password Verification

I just had to write client-side password verification for work at Verodin, and it was kinda fun to do. I’ll talk through my approach, and hopefully someone down the road searching for front-end tips desperately finds this post like a light at the end of a tunnel. The main idea is to bind to event listeners on the form inputs we care about, so that we can receive those events with our password checking functions.