UNPKG

feathers-authentication-management

Version:

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

2 lines (1 loc) 122 B
export declare function comparePasswords(oldPassword: string, password: string, getError?: () => unknown): Promise<void>;