feathersjs-ecosystem / feathers-authentication-management

Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication
https://feathers-a-m.netlify.app/
MIT License
247 stars 98 forks source link

Fix for #55 #84

Closed claustres closed 6 years ago

claustres commented 6 years ago

Summary

Allow removeVerification hook to be used as an after find hook by relying on getItems, replaceItems util functions.

Should fix https://github.com/feathers-plus/feathers-authentication-management/issues/55

eddyystop commented 6 years ago

Thanks for this.