Skip to content

Nest development template with authentication (Passport + JWT).

Notifications You must be signed in to change notification settings

DreezDev/nest-jwt-template

Repository files navigation

Nest Logo

Nest development template with authentication (Passport + JWT).

Package License

Description

Development template in Nest implementing Passport and JWT

What is the purpose of this template?

Being able to reduce repetitive work when initializing a new project in Nest.

Why Passport and JWT?

Passport is used as an authentication manager because of the ease of implementing different authentication methods, for example Google Oauth, Facebook Oauth, etc.

By default the authentication strategy is JWT, since it is a local method in your application that will allow you to have a good layer of security.

Installation

$ npm install

Support and credits

License

This template are MIT licensed.

About

Nest development template with authentication (Passport + JWT).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published