Skip to content
Tarun Batra edited this page Mar 29, 2017 · 3 revisions

logo

🎯 Aim

This library aims to simplify the rules of password validation, by taking away all the repeated parts and by providing a readable and maintainable API to use.

Desirable features include:

  • Handle all non-semantic validations

    The library should be able to handle all of the validations necessary which are made in current production systems at a regular basis, before applying application logic.

  • Remain flexible in terms of rules

    The library should not impose any kind of significant decision on the user. The user should be able to use the library to tune the validations according to the requirements.

🎉 Contributions are welcome

If you think there's more we can add to this library which adds to our goal or there's a general feedback, feel free to contribute by raising an issue.

PRs are welcome! 👍