Open
Description
It is kind of hard to defined Guards (e.g., AuthGuard) at global level but exclude at specific route with standard @nestjs.
it would be nice if this package provide a way to define canActivate
with route definition so that we can have some control over customizing enforcing guards declaratively.