UNPKG

@next-nest-auth/nestauth

Version:

NestAuth is an authentication solution for NestJS applications, designed to handle user login, session management, and token-based authentication (JWT). It integrates seamlessly with Next.js and other frontends to provide a unified authentication system,

5 lines (4 loc) 191 B
import { ExceptionFilter, ArgumentsHost } from "@nestjs/common"; export declare class HttpExceptionFilter implements ExceptionFilter { catch(exception: any, host: ArgumentsHost): void; }