UNPKG

@bitwild/rockets-auth

Version:

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

11 lines 901 B
export { AuthPasswordController } from './controllers/auth-password.controller'; export { AuthTokenRefreshController } from './controllers/auth-refresh.controller'; export { RocketsAuthRecoveryController } from './controllers/auth-recovery.controller'; export { RocketsAuthJwtResponseDto } from './dto/rockets-auth-jwt-response.dto'; export { RocketsAuthLoginDto } from './dto/rockets-auth-login.dto'; export { RocketsAuthRefreshDto } from './dto/rockets-auth-refresh.dto'; export { RocketsAuthRecoverLoginDto } from './dto/rockets-auth-recover-login.dto'; export { RocketsAuthRecoverPasswordDto } from './dto/rockets-auth-recover-password.dto'; export { RocketsAuthUpdatePasswordDto } from './dto/rockets-auth-update-password.dto'; export { RocketsAuthAuthenticationResponseInterface } from '../../interfaces/common/rockets-auth-authentication-response.interface'; //# sourceMappingURL=index.d.ts.map