nestjs-guards-interceptors

Installation
SKILL.md

NestJS Guards and Interceptors

Master NestJS guards and interceptors for implementing authentication, authorization, logging, and request/response transformation.

Guards Fundamentals

Understanding CanActivate and ExecutionContext.

import { Injectable, CanActivate, ExecutionContext } from '@nestjs/common';
import { Observable } from 'rxjs';
Installs
50
GitHub Stars
166
First Seen
Jan 22, 2026
nestjs-guards-interceptors — thebushidocollective/han