UNPKG

nestjs-auth-kit

Version:

A modular and flexible authentication kit for NestJS with JWT, social login, OTP, and password reset.

6 lines 118 B
export class RegisterDto { email?: string; password?: string; firstName?: string; lastName?: string; }