feathers-authentication-management icon indicating copy to clipboard operation
feathers-authentication-management copied to clipboard

Provide a way to let resolvers hash the password

Open jd1378 opened this issue 2 years ago • 2 comments

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

jd1378 avatar Mar 12 '24 11:03 jd1378

Would you be up for a PR?

fratzinger avatar Mar 12 '24 12:03 fratzinger

of course I'll send a PR soon

jd1378 avatar Mar 12 '24 13:03 jd1378