UNPKG

nestjs-auth-kit

Version:

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

5 lines (4 loc) 77 B
export declare class LoginDto { email?: string; password?: string; }