feathers-authentication-management
Version:
Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication
5 lines (4 loc) • 362 B
TypeScript
import type { AuthenticationManagementServiceOptions } from './types';
export declare const defaultPath = "authManagement";
export declare const optionsDefault: AuthenticationManagementServiceOptions;
export declare function makeDefaultOptions<K extends keyof AuthenticationManagementServiceOptions>(keys?: K[]): Pick<AuthenticationManagementServiceOptions, K>;