API Reference
Rockets Core API
nestjs-password
README

Rockets NestJS Password

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

Project

NPM Latest (opens in a new tab) NPM Downloads (opens in a new tab) GH Last Commit (opens in a new tab) GH Contrib (opens in a new tab) NestJS Dep (opens in a new tab)

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.