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

Update to latest feathers-hooks-common? #94

Closed bitflower closed 6 years ago

bitflower commented 6 years ago

I'm getting 2 deprecated warnings and this module seems to be very much behind... I could PR if you want? However I might not see all the dependencies etc....

npm WARN deprecated feathers-errors@2.9.2: Feathers v3 is out and has moved to @feathersjs/errors. See https://docs.feathersjs.com/migrating.html for more information.
npm WARN deprecated feathers-hooks@2.1.2: Feathers v3 is out and this module has been integrated into Feathers core. See https://docs.feathersjs.com/migrating.html for more information.
npm WARN @case-os/server@0.1.0 No license field.
eddyystop commented 6 years ago

I would appreciate a PR. I plan to get back to this repo after writing the docs for the graphql adapter, and for the resolver generator for it. So I'm tied up on that for a month.

eddyystop commented 6 years ago

Done in https://github.com/feathers-plus/authentication-local-management rewrite.