Deliberately making password creation hell
Contributions welcome! Here's what needs to be done:
- Hook into form submission on the front page to run the password against the API
- Build up make-hell.js such that it can be dropped in anywhere
- Add the API docs at the bottom of the page
- Make it all look pretty and cross-device friendly 😊
Blog post introducing the project
Had a little Twitter discussion re code formatting here: https://twitter.com/troyhunt/status/1506395329255514112
Consensus is to use Prettier: https://prettier.io/
I'll look at tying this into a GitHub action in the future for further validation.