UNPKG

feathers-authentication-management

Version:

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

6 lines (5 loc) 243 B
import type { HookContext } from '@feathersjs/feathers'; /** * Sanitize users. After-hook for '/users' service. */ export declare function removeVerification<H extends HookContext = HookContext>(ifReturnTokens?: boolean): (context: H) => H;