UNPKG

feathers-authentication-management

Version:

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

3 lines (2 loc) 123 B
import type { User } from '../types'; export declare function sanitizeUserForClient(_user: User): Record<string, unknown>;