0.1.0 • Published 5 years ago

@jchpro/web-app-auth-local v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Web App Authentication - local

Description

This package provides Express Web Application local authentication functionality.

Requires running local MongoDB instance.

Installation

$ npm install @jchpro/web-app-auth-local

Documentation

MongooseModule is configurable via @AuthLocalModel decorator, which should decorate a class extending ModelWrapper.

TODO