@nathapp/nestjs-app
v1.0.0-rc.10
Published
this package is to shorten up nestjs app instantiate
Downloads
8
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
.setJwtAuthGuard
if specified ii. usingJwtMsAuthGuard
if @nathapp/nestjs-microservices installed iii. else usingJwtAuthGuard