feathers-authentication-management
Version:
Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication
4 lines (3 loc) • 323 B
TypeScript
import type { Params } from '@feathersjs/feathers';
import type { IdentifyUser, SanitizedUser, SendResetPwdOptions, NotifierOptions } from '../types';
export default function sendResetPwd(options: SendResetPwdOptions, identifyUser: IdentifyUser, notifierOptions?: NotifierOptions, params?: Params): Promise<SanitizedUser>;