UNPKG

feathers-authentication-management

Version:

Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication

3 lines (2 loc) 163 B
import type { Application } from '@feathersjs/feathers'; export declare function hashPassword(app: Application, password: string, field: string): Promise<string>;