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,

7 lines (6 loc) 305 B
import { ExecutionContext } from "@nestjs/common"; declare const NestAuthJwtGuard_base: import("@nestjs/passport").Type<import("@nestjs/passport").IAuthGuard>; export declare class NestAuthJwtGuard extends NestAuthJwtGuard_base { canActivate(context: ExecutionContext): Promise<boolean>; } export {};