0.7.0 • Published 1 year ago

@nestjs-boilerplate/auth v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

NestJS Boilerplate

NestJS Boilerplate is an open-source high-level framework for NestJS applications. It takes it up a notch by making it possible to solve repeatable tasks with less coding. It provides an architectural model based on Domain Driven Design and contains a variety of extra tools for a quick start developing NestJS applications. The NestJS Boilerplate aims to follow the principle of pluggable modules to extend functionality and less repeating common code from project to project. Inspired by Spring Framework, AspNet Boilerplate and Django.

Package description

Auth module provides a basis for application authentication based on passport and @nestjs-boilerplate/user modules. It contains helpful services, guards, decorators, and REST API implementation of login/logout, changing/resetting passwords.

Install

First

Install core package and user package

Then

$ npm install @nestjs-boilerplate/auth passport @nestjs/passport passport-jwt @nestjs/jwt --save

Overall

Keep in touch

Dmitry Kologrivko - dmitrykologrivko@gmail.com

License

MIT LICENSE

0.3.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.2.0

3 years ago