@nathapp/nestjs-app
v3.0.0
Published
this package is to shorten up nestjs app instantiate
Readme
nestjs-app Library
this package is aim for shorten and clean way to initialize nestjs applications.
for
.useAppGlobalGuards. here is the following sequence to initial Jwt AuthGuard:i. using
.setJwtAuthGuardif specified ii. usingJwtMsAuthGuardif @nathapp/nestjs-microservices installed iii. else usingJwtAuthGuard
