@nestjs-auth/email-password
TypeScript icon, indicating that this package has built-in type declarations

0.0.51 • Public • Published

nestjs-jwt-auth A plug-and-play auth module for the NestJS framework 🚀.

This project is currently in development. More updates and a stable release to come!

Installation

npm install --save nestjs-jwt-auth

Usage

// app.module.ts
import { NestAuthModule } from 'nestjs-jwt-auth';


imports: [
	NestAuthModule,
]

The nestjs-jwt-auth module will automatically load your database connection.

You must have a database table called user with at least the fields:

  • username
  • password

Readme

Keywords

none

Package Sidebar

Install

npm i @nestjs-auth/email-password

Weekly Downloads

4

Version

0.0.51

License

MIT

Unpacked Size

1.67 MB

Total Files

51

Last publish

Collaborators

  • jumper