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) 198 B
declare const NestAuthLocalGuard_base: import("@nestjs/passport").Type<import("@nestjs/passport").IAuthGuard>; export declare class NestAuthLocalGuard extends NestAuthLocalGuard_base { } export {};