UNPKG

feathers-authentication-management

Version:

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

4 lines (3 loc) 393 B
import type { Params } from '@feathersjs/feathers'; import type { IdentifyUser, IdentityChangeOptions, SanitizedUser, NotifierOptions } from '../types'; export default function identityChange(options: IdentityChangeOptions, identifyUser: IdentifyUser, password: string, changesIdentifyUser: Record<string, unknown>, notifierOptions?: NotifierOptions, params?: Params): Promise<SanitizedUser>;