@bitloops/bl-boilerplate-infra-nest-auth-passport
Version:
TypeScript postgres package for Bitloops Language generated projects
10 lines • 407 B
TypeScript
import { Strategy } from 'passport-local';
import { AuthService } from './auth.service';
declare const LocalStrategy_base: new (...args: any[]) => Strategy;
export declare class LocalStrategy extends LocalStrategy_base {
private authService;
constructor(authService: AuthService);
validate(email: string, password: string): Promise<any>;
}
export {};
//# sourceMappingURL=local.strategy.d.ts.map