FoalTS / foal

Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.
https://foalts.org/
MIT License
1.88k stars 137 forks source link

is-common updated: now supports an additional common passwords datasource #1263

Open lcnvdl opened 2 months ago

lcnvdl commented 2 months ago

Issue

Provide more security options to developers.

Solution and steps

Added the option to use a data source of one hundred thousand common passwords. Added a function to allow devs to clear the common password cache.

Checklist