UNPKG

feathers-authentication-management

Version:

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

4 lines (3 loc) 299 B
import type { AuthenticationManagementSetupOptions } from './types'; import type { Application } from '@feathersjs/feathers'; export default function authenticationLocalManagement(_options?: Partial<AuthenticationManagementSetupOptions>, docs?: Record<string, unknown>): (app: Application) => void;