Nest development template with authentication (Passport + JWT).
Development template in Nest implementing Passport and JWT
Being able to reduce repetitive work when initializing a new project in Nest.
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.
$ npm install
- Author - Andry Mendoza
- Email - [email protected]
- X - @DreezDev
This template are MIT licensed.