@sologence/nestjs-auth
Version:
## Overview
9 lines (8 loc) • 504 B
TypeScript
export * from './auth/auth.module';
export * from './auth/auth.service';
export * from './entity/user.entity';
export { JwtConfigOptions, AuthConfigProvider, } from './auth/interfaces/jwt-config.interface';
export { ValidationResult } from './auth/interfaces/validation-result.interface';
export { JwtPayload } from './auth/interfaces/jwt-payload.interface';
export { PasswordResetResult } from './auth/interfaces/password-reset-result.interface';
export { TypeOrmModuleOptions } from '@nestjs/typeorm';