UNPKG

feathers-authentication-management

Version:

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

6 lines (5 loc) 219 B
import type { HookContext } from '@feathersjs/feathers'; /** * Throws if `context.params?.user?.isVerified` is not true */ export declare function isVerified<H extends HookContext = HookContext>(): (context: H) => H;