UNPKG

feathers-authentication-management

Version:

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

4 lines (3 loc) 158 B
export { addVerification } from './add-verification'; export { isVerified } from './is-verified'; export { removeVerification } from './remove-verification';