4.0.0-alpha.42 • Published 3 months ago

@concepta/nestjs-password v4.0.0-alpha.42

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
3 months ago

Rockets NestJS Password

A flexible Password utilities module that provides services for password strength, creation and storage.

Project

NPM Latest NPM Downloads GH Last Commit GH Contrib NestJS Dep

Overview

The module exports three services: PasswordStrengthService, PasswordCreationService, and PasswordStorageService.

The PasswordCreationService uses the PasswordStrengthService internally for check password strength.

Installation

yarn add @concepta/nestjs-password

TODO

  • Make all services overridable at time of registration.