1.0.0-rc.10 • Published 2 years ago

@nathapp/nestjs-app v1.0.0-rc.10

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

nestjs-app Library

this package is aim for shorten and clean way to initialize nestjs applications.

  1. for .useAppGlobalGuards. here is the following sequence to initial Jwt AuthGuard:

    i. using .setJwtAuthGuard if specified ii. using JwtMsAuthGuard if @nathapp/nestjs-microservices installed iii. else using JwtAuthGuard