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
246 stars 98 forks source link

Provide a way to let resolvers hash the password #225

Closed jd1378 closed 2 months ago

jd1378 commented 6 months ago

Currently password reset hashes the user's password before patching, which in feathers v5 is done usually in resolvers. this causes the password to be hashed two times and thus fail.

please add an option to skip hashing the password in favor of resolvers

fratzinger commented 6 months ago

Would you be up for a PR?

jd1378 commented 6 months ago

of course I'll send a PR soon