chuck-catron/create-guard icon
public
Published on 5/5/2025
create-guard

Prompts
create-guard
Create a NestJS Guard for role-based access control
Create a NestJS Guard that checks if the user has one of the allowed
roles: {roles}. Provide a minimal example of how to apply it to a controller.