UNPKG

feathers-authentication-management

Version:

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

13 lines (12 loc) 856 B
export { AuthenticationManagementService } from './AuthenticationManagementService'; export { CheckUniqueService } from './CheckUniqueService'; export { IdentityChangeService } from './IdentityChangeService'; export { PasswordChangeService } from './PasswordChangeService'; export { ResendVerifySignupService } from './ResendVerifySignupService'; export { ResetPwdLongService } from './ResetPwdLongService'; export { ResetPwdShortService } from './ResetPwdShortService'; export { SendResetPwdService } from './SendResetPwdService'; export { VerifySignupLongService } from './VerifySignupLongService'; export { VerifySignupSetPasswordLongService } from './VerifySignupSetPasswordLongService'; export { VerifySignupSetPasswordShortService } from './VerifySignupSetPasswordShortService'; export { VerifySignupShortService } from './VerifySignupShortService';