@feathersjs/authentication-local
Version:
Local authentication strategy for @feathers/authentication
7 lines (6 loc) • 405 B
TypeScript
import hashPassword from './hooks/hash-password';
export declare const hooks: {
hashPassword: typeof hashPassword;
protect: (...fields: string[]) => (context: import("@feathersjs/feathers").HookContext<any, import("@feathersjs/feathers").Service<any>>) => import("@feathersjs/feathers").HookContext<any, import("@feathersjs/feathers").Service<any>>;
};
export { LocalStrategy } from './strategy';