UNPKG

feathers-authentication-management

Version:

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

3 lines (2 loc) 212 B
import type { User, Notifier, NotificationType } from '../types'; export declare function notify(notifier: Notifier, type: NotificationType, user: User, notifierOptions?: Record<string, unknown>): Promise<User>;