UNPKG

feathers-authentication-management

Version:

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

8 lines (7 loc) 283 B
import type { HookContext } from '@feathersjs/feathers'; /** * * @param [path='authManagement'] the servicePath for your authManagement service * @returns */ export declare function addVerification<H extends HookContext = HookContext>(path?: string): (context: H) => Promise<H>;