Skip to content

Password Strength is a lambda that validates the security of a password and returns whether it is valid or not and its level of security.

Notifications You must be signed in to change notification settings

oricha/lambda-password-strenght

Repository files navigation

Password Strenght

Password Strength is a lambda that validates the security of a password and returns whether it is valid or not and its level of security. This lambda uses the zxcvbn module.

Prerequisites

node --version
npm install -g serverless

Commands

npm install
sls offline
offline: Starting Offline: dev/us-east-1.
offline: Offline [http for lambda] listening on http://localhost:3002

   ┌─────────────────────────────────────────────────────────┐
   │                                                         │
   │   GET | http://localhost:3000/dev/password/{password}   │
   │                                                         │
   └─────────────────────────────────────────────────────────┘

offline:
offline: [HTTP] server ready: http://localhost:3000 🚀

About

Password Strength is a lambda that validates the security of a password and returns whether it is valid or not and its level of security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published