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,

6 lines (5 loc) 217 B
import { DynamicModule } from "@nestjs/common"; import { NestAuthModuleOptions } from "./nestauth.interface"; export declare class NestAuthModule { static forRoot(options: NestAuthModuleOptions): DynamicModule; }