NestJS - Guards
What happens when you use @UseGuards(AuthGuard, RolesGuard) on a NestJS route handler?
Choose the best description.
What happens when you use @UseGuards(AuthGuard, RolesGuard) on a NestJS route handler?
Choose the best description.
@UseGuards(), NestJS runs them in sequence and requires all to approve access.AuthGuard and RolesGuard must return true for the request to proceed.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions