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