UNPKG

@bitwild/rockets-auth

Version:

Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more

9 lines 766 B
export { RocketsAuthOtpController } from './controllers/rockets-auth-otp.controller'; export { RocketsAuthOtpConfirmDto } from './dto/rockets-auth-otp-confirm.dto'; export { RocketsAuthOtpSendDto } from './dto/rockets-auth-otp-send.dto'; export { RocketsAuthOtpService } from './services/rockets-auth-otp.service'; export { RocketsAuthNotificationService } from './services/rockets-auth-notification.service'; export { RocketsAuthOtpServiceInterface } from './interfaces/rockets-auth-otp-service.interface'; export { RocketsAuthOtpNotificationServiceInterface } from './interfaces/rockets-auth-otp-notification-service.interface'; export { RocketsAuthOtpSettingsInterface } from './interfaces/rockets-auth-otp-settings.interface'; //# sourceMappingURL=index.d.ts.map