@experium/nest-bruteforce-guard
Version:
Authorization protection from bruteforce
5 lines (4 loc) • 299 B
TypeScript
import { BruteforceGuardModule } from './bruteforce-guard.module';
import { BruteforceGuardInterceptor } from './bruteforce-guard.interceptor';
import { BruteforceGuardService } from './bruteforce-guard.service';
export { BruteforceGuardModule, BruteforceGuardInterceptor, BruteforceGuardService };